> I tried Erics TaggedTemplateTweak[1] with my custom TW theme, but had no > luck to get it work. I reproduced this bug(?) in my MTC[2] with > TestViewTemplate some test tiddlers tagged with "test" and a custom theme > (MinimalMonoTheme). TestViewTemplate works with default theme as expected > but not with my MinimalMonoTheme (use <<switchTheme>> plugin in sidebar to > see the difference). > Maybe I just missed something? >
In your use-case, when the default theme is in effect, the TWCore uses "ViewTemplate" to display the tiddlers. TaggedTemplateTweak (TTT) adds the tag as a prefix to the template name that is returned by the TWCore. Thus, when using the default theme, tiddlers tagged with "test" will use "TestViewTemplate". However... when your custom theme (MinimalMonoTheme) is in effect, the TWCore returns "MinimalMonoViewTemplate" (as specified in the theme). TTT then adds the "Test" prefix to THAT template name. If you copy your existing "TestViewTemplate" to "TestMinimalMonoViewTemplate", then the tagged tiddlers are rendered as desired. I tweaked your online MTC to verify that it does, indeed, fix your problem. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"... http://www.TiddlyTools.com/#Donations Professional TiddlyWiki Consulting Services... Analysis, Design, and Custom Solutions: http://www.TiddlyTools.com/#Contact -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

