I am working on Tiddlyshow to finalize it as a plugin!
I have several themes for slideshow. I want to apply themes by a theme switcher!
What I do now is to apply the $:/tags/Stylesheet to bundle of tiddlers in selected theme and remove $:/tags/Stylesheet tag
from previous theme tiddlers (each theme has 5 to 10 tiddlers)
I thought I can use the mechanism by TW itself! so I need a macro/tool to let me unload a theme (by packing internally into a JSON tiddler)
and unpack (load) the new selected one!
How can I do this? I am insisted to not add extra third party plugins to restrict any dependencies!
Mohammad