Thank you both.

Temporarily setting $:/config/TimestampDisable to "yes" (and then deleting 
the tiddler) is the cleanest solution for my use case. Thank you for that, 
Eric.

As a side note, I could not locate $:/config/TimestampDisable in shadows 
(Advanced Search only shows this as part of the core) and on editing this 
tiddler, TW did produce the shadow tiddler warning. I could not find 
anything else in the TW documentation either. What's the "status" of 
$:/config/TimestampDisable? Is it yet another hidden setting?

Thank you again!

Regards,
Hubert


On Saturday, 29 February 2020 00:20:06 UTC, Eric Shulman wrote:
>
> 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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0ae9ef70-c45f-4d98-b850-83f9dee4dbf6%40googlegroups.com.

Reply via email to