On Monday, September 14, 2020 at 3:35:14 AM UTC-7, Hans Wobbe wrote: > > The "edit-in-place" feature is very useful for me since it reduces the > need to use a second "remote" tiddler to easily edit a field. >
Behind the scenes, the <<edit-date>> macro automatically creates and uses a second "remote" tiddler named "$:/state/input/edit-date/$tiddlername$/$fieldname$", where "tiddlername" and "fieldname" are variables corresponding to the actual target tiddler and field being edited. It also uses a short-lived tiddler named "$:/state/popup/edit-date/$tiddlername$/$fieldname$" that exists only while the edit-in-place buttons and the popup calendar are actively displayed. Note also that I've updated the macro to allow use of any of the attributes supported by the TWCore <$edit-text> widget. In particular, if you want to use the "edit-in-place" feature *without the popup calendar*, you can specify "type:input", which overrides the default "type:calendar". See http://tiddlytools.com/timer.html#TiddlyTools%2FTimer%2FEditDate for full documentation, notes, and examples. enjoy, -e -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/d0c40389-5114-4127-9b3c-2067389b31edo%40googlegroups.com.

