[tw5] Re: Reveal if current tiddler is tagged

2018-06-29 Thread Allen Ormond
nt] filter operator restricts the domain to the current > tiddler. Replace "MY STUFF GOES HERE" with whatever you want. > > HTH > -- Mark > > On Friday, June 29, 2018 at 9:50:11 AM UTC-7, Allen Ormond wrote: >> >> Is there a way to reveal or transclude only i

[tw5] Reveal if current tiddler is tagged

2018-06-29 Thread Allen Ormond
Is there a way to reveal or transclude only if the current tiddler has a certain tag? Dummy code below: if current_tiddler_tags include "foo" display "bar" end I'm sure there's a way to do this, I just haven't wrapped my head completely around TW yet. Thanks! -- You received this message