> Is it possible to have tags Tag1, Tag2, & Tag3 such that once you've > added one of these to a tiddler, it makes a certain layout/format > change to that specific tiddler. For example, it makes that tiddler > have all red text or a border. > > I am particularly interested in having the ability to make > modifications to a Tiddler externally to eliminate code within a > Tiddler.
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. Also, before TTT attempts to find a template using tag values, it looks for templates using the current tiddler's *title* as a prefix (e.g., a tiddler named SomeThing could use a template named SomeThingViewTemplate). This allows you to quickly create 'one-off' alternatives as needed, without adding 'clutter' to your tags. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

