Is it possible you're on TiddlySpace?
Maybe this is about initializing the fields properly, e.g.

var fields= merge({}, config.defaultCustomFields);

e.g.:

store.saveTiddler(
  title,
  title,
  text,
  config.options.txtUserName,
  new Date(),
  tags,
  merge({}, config.defaultCustomFields)
);

Best wishes, Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to