On Feb 15, 8:14 pm, Liam <[email protected]> wrote:
> I've had a crack at it but haven't got it working yet, can someone
> help?
>
> I've created a TW on tiddlyspot with some notes in [[GettinStarted]]
> on what I am trying to do and how I have gone about 
> it:http://themetests.tiddlyspot.com/

The problem is the slice tables... you have leading/trailing
whitespace, which prevents them from being recognized as slices.
Thus, *no* theme assignments are being made, and the default layout/
styles are being used all the time.

To fix it, simply remove the leading/trailing whitespace from each row
of the table, like this:

[[MyTheme]]
|StyleSheet|MyThemeStyleSheet|

[[DefaultTheme]]
|StyleSheet|StyleSheet|
|PageTemplate|PageTemplate|
|ViewTemplate|ViewTemplate|
|EditTemplate|EditTemplate|
|PageTemplateReadOnly|PageTemplateReadOnly|
|ViewTemplateReadOnly|ViewTemplateReadOnly|
|EditTemplateReadOnly|EditTemplateReadOnly|

Once that fix it done, selecting a theme from the droplist works as
expected.

enjoy,
-e

-- 
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