Hi Jonah,
As Tobias said. MPTW uses TW themes mechanism.

You have to look at:
http://mptw.tiddlyspot.com/#MptwTheme
and change the PageTemplate section there. It should work then.

If you don't want to mess up the default theme, copy it into a new
tiddler eg:

MyTheme

|Name|MyTheme|
|Description|your info here|
|PageTemplate|##PageTemplate|
|ViewTemplate|##ViewTemplate|
|EditTemplate|##EditTemplate|
|StyleSheet|##StyleSheet|
 ...

_tag_ it "systemTheme"  without the quots.

I a new tiddler you can call the select theme macro

<<selectTheme>>  .. your MyTheme should be there.
or
or use the "apply" button in the MyTheme toolbar.

======

if you permanently want to activate your theme go to
http://mptw.tiddlyspot.com/#MptwUserConfigPlugin

and set

config.options.txtTheme = 'MptwTheme';
to
config.options.txtTheme = 'MyTheme';

have fun!
mario

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