On Thursday, February 27, 2020 at 6:33:17 AM UTC-8, Hubert wrote: > > The documentation <https://tiddlywiki.com/#ActionListopsWidget> does not > explicitly state that setting the timestamp attribute with > $action-listops is supported, so I'm assuming it's not. > Would it then be possible to extend the *ActionListopsWidget *to also > take the timestamp attribute, in a similar fashion as it's possible in the > ActionSetFieldWidget and ActionCreateTiddlerWidget? >
While it might not be as succinct as having a timestamp attribute directly in the $action-listops widget, you can currently disable and then re-enable the $:/config/TimestampDisable value, like this: <$button> Populate 'myfield' <$action-setfield $tiddler="$:/config/TimestampDisable" $value="yes"/> <$action-listops $field="myfield" $subfilter="efg hlm pqr"/> <$action-setfield $tiddler="$:/config/TimestampDisable" $value="no"/> </$button> The result is that the action-listops widget is invoked without changing the timestamp of the tiddler being modified. 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 tiddlywiki+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/8ff37b33-303f-48ce-9f10-bcaf46888aa0%40googlegroups.com.