>> On Saturday, August 30, 2014 12:40:32 AM UTC-7, Jeremy Ruston wrote: >>Assuming we're talking about TiddlyWiki5, I think it's a reasonable goal to be able to treat any other field like the tags field. Yes Tiddlywiki5
>>There's actually very few components of TW5 that specifically "know" about the tags field: >> * checkbox widget: could be extended with an additional attribute to identify the tag field to be used I extended hastag() so I could pass a fieldname I started hacking $checkbox and it turns out that there is some mechanism that converts tiddler.fields.tags into an array so that tags.push() and tags.pop are valid actions I'm guessing that there is a field handler that does that conversion. Could you point me to where that code resides? -- 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.

