Then again, with TW5 announcement you probably don't care about current plugins altogether.
On Feb 23, 2:35 pm, RA <[email protected]> wrote: > 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.

