Hi Jim I am not sure there is a better way to do it without cloning out a whole > bunch of other tiddlers to static versions and then trying to keep them up > to date with each update. I do plan on cloning > *$:/core/templates/static.tiddler.html* into a new tiddler and using that > in the *rendertiddlers *command (because there the template gets passed > by name), and reverting the *$:/core/templates/static.tiddler.html *back > to its default. But I am unsure how to do something similar with > *$:/core/ui/ViewTemplate/subtitle > *without also cloning what depends on it. But I am heartened because it > does seem like some of this type of editing is sanctioned, at least for the > *$:/core/ui *tiddlers > <http://tiddlywiki.com/#Page%20and%20tiddler%20layout%20customisation> > (see link). >
As things stand, overriding shadows like $:/core/ui/ViewTemplate/subtitle is indeed the best approach for this kind of customisation. One useful tip is that it is still possible to transclude the original shadow direct from the $:/core plugin: <$transclude tiddler="$:/core" subtiddler="$:/core/ui/ViewTemplate/subtitle"/> Best wishes Jeremy. > > -- > 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/d/optout. > -- Jeremy Ruston mailto:[email protected] -- 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/d/optout.

