Hi Zans, A) You can use HideWhenPlugin [1] to hide tiddler-titles for tiddlers having a given tag. You would have to put something like this into your ViewTemplate...
<div macro="hideWhenTagged SomeTag"> <div macro="view title"></div> </div> ...you can do likewise for tagging. B) Alternatively, you can have completely different ViewTemplates or EditTemplates alltogether for certain tagged tiddlers using TaggedTemplateTweak [2] Cheers, Tobias. [1] http://mptw.tiddlyspot.com/#HideWhenPlugin [2] http://tiddlytools.com/#TaggedTemplateTweak -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

