This is probably more of a question for the developer subset of the community, but I needed to make some mass tiddler changes today and hoped to find a way to NOT change the modified field of the tiddlers. Luckily the action-setfield widget has a $timestamp=“No” option!
Unfortunately the other similar actions I needed didn’t have the same parameter, which seemed strange. In what I can tell then:
- Have the parameter/option:
-
action-setfield
(YAY) -
action-createtiddler
(this actually seems kind of unnecessary here to be honest)
-
- Doesn’t have the parameter/option (from what I can tell)
-
action-deletefield
(darn) -
action-sendmessage
(darn) - maybe others, but didn’t need them right now
-
If not difficult, could these be maybe added in a future release? For now I could add a bunch of lines of code to store them temporarily before changing them and then do another setfield to change them back afterwards, but that’s obviously a little silly long-term.
(side question, how do I do a nested bullet in the Discourse editor? Can’t use tab character? I had to copy/paste a tab character from notepad for the above)