This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/

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

 11th April 2018 at 5:39pm

Answer: Introduced in v5.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!