Eric Shulman wrote: > http://www.TiddlyTools.com/#TaggedTemplateTweak > > Tiddlers are rendered using two standard templates: > ViewTemplate (to display a tiddler) > and > EditTemplate (to modify a tiddler) > > The TaggedTemplateTweak (TTT) plugin adds the ability to use tags to > associate a given tiddler with an alternative pair of templates. It > does this by using the tags of the tiddler as a prefix to the usual > template names. > > Thus, if a tiddler is tagged with "foobar", and FoobarViewTemplate > exists, TTT will select that template to display the tiddler, instead > of the default ViewTemplate.
One thing to note that makes sense but can be confusing if you aren't careful is that the first tag on the tiddler that is associated with a template is used. There is AFAICT no way to say that one tag takes precedence other than the tag order. So if I have tags slide and content and a tiddler is tagged "slide content" the slideViewTemplate will be applied and not the contentViewTemplate. -- rouilj --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

