> In some cases, I wanted two links, so my list included things like > [[value1]], [[value2]] > > Am I trying to do something that the plugin wasn't meant to do?
The most recent revision of ListboxPlugin added support for 'multi- select' listboxes. Multiple selection values are stored in tiddler fields using space-separated, bracketed lists. Unfortunately, as a result, your non-multiselect list includes a single item whose value, "[[value1]], [[value2]]", was being handled internally as a list of two items, producing the strange output you observed. To fix this, I've updated the plugin so that listboxes (and droplists) that are not using "allowMultiple" will always interpret the field as containing a single value, even if that value appears to be a space- separated, bracketed list. Get the update (v1.2.1) here: http://www.TiddlyTools.com/#ListboxPlugin http://www.TiddlyTools.com/#ListboxPluginInfo Please let me know if this fixes your problem... -e --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

