Hi Tobias

> Anyhow, I'm still rather interested in how to generate conditional output
dynamically depending whether or not <<currentTiddler>> has a certain tag.

Put this in a tiddler tagged $:/tags/ViewTemplate:

<$list filter="[<currentTiddler>tag[ShowMe]]">
This tiddler is tagged "~ShowMe"
</$list>

The text will appear for any tiddlers that are tagged "ShowMe".

Best wishes

Jeremy.



On Mon, Jan 5, 2015 at 1:33 PM, Tobias Beer <[email protected]> wrote:

> Anyhow, I'm still rather interested in how to generate conditional output
> dynamically depending whether or not <<currentTiddler>> has a certain tag.
>
> Best wishes, Tobias.
>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/tiddlywiki.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Jeremy Ruston
mailto:[email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to