I've fixed several defects and posted them to http://cpashow.tiddlyspot.com/

*Is there a method to put in the following fix without directly editing the 
boot.js code?*

To fix them I had to directly edit boot.js to add the following for each 
field I wanted to use:

$tw.modules.define("$:/boot/tiddlerfields/[fieldname]","tiddlerfield",{
    name: "[fieldname]",
    parse: $tw.utils.parseStringArray,
    stringify: $tw.utils.stringifyList
});

-- 
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