Hi Dylan 1. I can't seem to get the type="date" attribute of $edit to work. The HTML > input tag that is generated retains its "text" value for the type > attribute, despite the setting. Maybe I'm doing it wrong? >
The edit widget doesn't support the tag and type attributes; they're on the edit-text widget. You'll also need to stipulate tag="input" if you're editing the text field of a tiddler, otherwise it will default to a textarea element. The problem I've found is that of the browsers I use, only Chrome Canary gives the expected date control for this: <$edit-text tiddler="MyTiddler" tag="input" type="date"/> 2. I was able to create a table that both displays and edits values from > existing entries' fields. Very exciting! Add New Item" button would be > great here (to add a new tiddler to the set that is listed), but is it > possible? > Try this: <$button message="tw-new-tiddler" param="Title of skeleton tiddler">Create a new skeleton tiddler</$button> > 3. I wasn't able to figure out how to add a separate "new tiddler" button > for each type of tiddler you want the user to create. Is the functionality > for that available yet? > See above. 4. is it possible to create a boolean or checkbox input for editing a field > value? > Not yet, no, but there is a ticket for it: https://github.com/Jermolene/TiddlyWiki5/issues/198 Best wishes Jeremy > > Thanks again, > > Dylan > -- Jeremy Ruston mailto:[email protected] -- 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/groups/opt_out.

