LaCava Research Wiki

Initiated September 2017

Q: How can I style a tiddler if it has "this" OR "that" tag?

11th April 2018 at 1:39pm

Answer: New in: 5.1.16

Either tag this or tag that create a red border.

[data-tags~="this"],
[data-tags~="that"] {
  border: 2px solid red;
}

Learn more about possible attributes!