Hi, I've been working on my checklist plugin (site here <http://simplechecklist.tiddlyspot.com/>), see this thread <https://groups.google.com/d/msg/tiddlywiki/9R-RwA5vJRI/Vd37lcnbAwAJ>. I've been following a suggestion by @Jon to use the keyboard when editing an item of the checklist.
I found the keyboard widget useful for that. But it creates a div and it's not looking pretty in the checklist. To see it, go to the site <http://simplechecklist.tiddlyspot.com/>, click on the tiddler "EditCheckboxMod" in the recent tiddlers, and check the checkbox. Then go to the example and edit an item. You can now user the "return" key to save the modification. But the elements of the checklist under the one that is edited are pushed down a bit too much because of the div created by the keyboard widget. To correct that, in my own working file; I modified the keyboard widget to generate a "span" instead of a "div", and it works just fine. So I was wondering whether the keyboard widget could be modified, and have a "tag" attribute to choose the html element that is created (just like the button widget for instance). Regards FrD -- 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 https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/e59ac1d4-edf1-4f42-a2ca-8220c93cee81%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

