> It would be great if tiddlydesktop could be activated as a simple
> themeswitch in the middle of a workflow - that would be awesome. and
> very practical indeed.
>

To my knowledge this isn't possible in the middle of a workflow. First
you have to enable tiddlyDesktopBundle with either a systemConfig - or
by removing the systemConfigDisable - tag. Next it needs a
'saveChanges' and a reload of the TW. Last you can switch to
TiddlyDesktopTheme, which has to contain or reference to its specific
style and template tiddlers.

To revert it back to your default theme layout tiddlyDesktopBundle has
to be disabled accordingly, plus a 'saveChanges' and reload again.
Given you have a DefaultTheme 'systemTheme' tagged tiddler, which
contains or refer to its specific style and template tiddlers.

The easiest theme switch looks like this (and isn't dependent on any
plugins):

<html><a href="#" onclick="story.switchTheme('DefaultTheme');"
class="button">default</a></html>
<html><a href="#" onclick="story.switchTheme('tiddlyDesktopTheme');"
class="button">Groundless</a></html>

Regards..
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to