Hi

My <$makelist> plugin explicitly saves the list in space separated form -- 
this avoids the necessity of preformatting fields (as is the case for the 
'tags' field.) It may be possible to similarly modify the various widget 
plugins thus avoiding the necessity of editing boot.js.

regards

On Thursday, September 11, 2014 1:24:21 AM UTC+2, c pa wrote:
>
> 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