If you care about your plugins working in TiddlyWeb, please make sure
you assign defaultCustomFields to any new tiddler being created. Not
having the fields leads to a tiddler not being saved, without any
warning to the unsuspecting user.
For example, one such case I found in TagglyTaggingPlugin:
config.taggly.setTagglyOpt ...
...
if (!store.tiddlerExists(title)) {
store.saveTiddler(title,title,config.views.editor.defaultText.format([title]),config.options.txtUserName,new
Date(),"",config.defaultCustomFields); <-- the last parameter added by
me
...
-- R
--
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.