Yeah, I see. You would have to change the whole logic. At the moment you create a list of tiddlers:
$:/.giffmex/ViewTemplate/refscontext <https://giffmex.org/gifts/tiddlyblink.html#%24%3A%2F.giffmex%2FViewTemplate%2Frefscontext> $:/.giffmex/ViewTemplate/refslinks <https://giffmex.org/gifts/tiddlyblink.html#%24%3A%2F.giffmex%2FViewTemplate%2Frefslinks> $:/.giffmex/ViewTemplate/refstranscludeclean <https://giffmex.org/gifts/tiddlyblink.html#%24%3A%2F.giffmex%2FViewTemplate%2Frefstranscludeclean> $:/.giffmex/ViewTemplate/refstranscludecollapse <https://giffmex.org/gifts/tiddlyblink.html#%24%3A%2F.giffmex%2FViewTemplate%2Frefstranscludecollapse> ... and manipulate one of them via checkbox (set/remove the viewtemplate tag). That’s fine for a list of tiddlers. You could use buttons instead that do the same PLUS remove the viewtemplate tag from all others. Note: Each button would need a list of *all others* for that. To use *radio buttons* instead, you would need one new tiddler you can change via a set of radio buttons and where you store the title of the active template. The templates would always keep the viewtemplate tag. In the view templates you would have to add a check, if the template is active. Something like this maybe: <$list filter="***is this the active template?***> <$list filter="[!is[system]all[current]backlinks[]!tag[outlines]!tag[hide]sort[title]] -[is[current]]"> ... </$list> </$list> I really should go to bed now, I hope you get the idea. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/ca9090a1-5c06-41ae-971d-eb50bcf36c8b%40googlegroups.com.

