> However it is viewed with demoEditTemplate which requires the tag > 'demo' to show the instructions and the demo buttons.
I assume that you are using http://www.TiddlyTools.com/#TaggedTemplateTweak to associate the 'demo' tag with the 'demoEditTemplate'. Unfortunately, as already noted, you can't add tags to shadow definitions (because they aren't really tiddler objects), so associating a shadow tiddler with a given tagged template can't be done... at least not directly... Fortunately, TaggedTemplateTweak can also associate specific tiddler *titles* with custom templates, by using the tiddler title itself as a prefix... thus, to apply a custom template to a shadow tiddler named [[ADemoEquation]], you would create a template called [[ADemoEquationViewTemplate]]. In fact, you could even define that template itself as a shadow, simply by copying the contents from [[demoViewTemplate]], like this: config.shadowTiddlers.ADemoEquationViewTemplate=store.getTiddlerText ("demoViewTemplate"); 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 -~----------~----~----~----~------~----~------~--~---

