[tw] Re: $select widget with multiple selections

2015-11-05 Thread Tobias Beer
Hi Matthew, gist at https://gist.github.com/mklauber/4011a7ea95b158bfcfbf . I've > actually got a version of this working, though I'm still fixing bugs, most > notably a tiddlywiki script crash if the destination tiddler doesn't exist. > Once I've got enough of the bugs resolved with my own

[tw] Re: $select widget with multiple selections

2015-11-05 Thread Matthew Lauber
@Eric, see my gist at https://gist.github.com/mklauber/4011a7ea95b158bfcfbf . I've actually got a version of this working, though I'm still fixing bugs, most notably a tiddlywiki script crash if the destination tiddler doesn't exist. Once I've got enough of the bugs resolved with my own

[tw] Re: $select widget with multiple selections

2015-11-04 Thread Eric Shulman
On Wednesday, November 4, 2015 at 10:15:07 AM UTC-8, Matthew Lauber wrote: > > I'd like to have a select widget that uses the multiple property of the > base html select widget, and when selected, updates a list field with all > the selected values. Is this something someone has seen/done

[tw] Re: $select widget with multiple selections

2015-11-04 Thread Matthew Lauber
I've actually got a backwards compatible fix for this (using a new keyword "multiple" to enable the new behavior) that I can publish here in a bit. I'm working on cleaning up the code now, but I can throw a gist up. https://gist.github.com/mklauber/4011a7ea95b158bfcfbf I actually don't

[tw] Re: $select widget with multiple selections

2015-11-04 Thread Jed Carty
The only discussion about changes to the widgets I have seen is about letting them trigger action widgets so you may be in new territory. This is related to the various list manipulation experiments going on. Mine is here and the work by