Since my default txtTheme option has nothing to do really with
SwitchThemePlugin really, I wanted to call the plugin
[[DefaultThemeConfig]].
But it didn't work! I wondered what was wrong.
Turned out that if I called my tiddler with a higher alphabetical name
such as zDefaultThemeConfig, it would work. So a plugin was
interfering with my loading? What the heck? I tested some starting
letters and it turned out the plugin that was interfering started with
a P. The only plugin with a P was PasswordOptionPlugin (from
TiddlySpot). And indeed... there it was... the vandal:
loadOptionsCookie();
But I was surely not going to rename my DefaultThemeConfig so now it
has an extra line:
saveOptionCookie("txtTheme");
;-)
--
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.