In order for TiddlySlidly to behave well on TiddlyWeb, with new
content going into a user defined bag, this small change is required
to TiddlySlidlyPlugin. I believe this is against the latest version
(which I got from http://tiddlyslidly.com):
--- pla.txt 2010-04-11 13:36:38.000000000 +0000
+++ pl.txt 2010-04-11 13:36:06.000000000 +0000
@@ -88,6 +88,7 @@
var customFields = {
'theme': theme
};
+ merge(customFields, config.defaultCustomFields);
var tiddler = store.createTiddler(title);
merge(tiddler.fields, customFields);
merge(tiddler.tags, tags);
--
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" 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/tiddlywikidev?hl=en.