This may be useful!
Dynamic and Conditional Stylesheets How create CSS dynamically in Tiddlywiki?Use TW scrippting elements to generate a stylesheet dynamically! Example Assume you have some tiddlers contains CSS but NOT tagged with $:/tags/Stylesheet. It is also possible to add more tiddlers (for example those added by users), you can create a stylesheet by dynamic populating CSS from those tiddlers. As an example, we have three diffent tiddlers each have some CSS and tagged with exmp64 , to create a dynamic stylesheet create a tiddler as below - title: what you want - tag: $:/tags/Stylesheet - text: <$list filter="[tag[exmp64]]"> <$transclude/> </$list> Will be available in TW-Scripts -- 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 https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/309f2722-36c4-44b1-8990-d5f4323aa2ba%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

