Action widgets are only invoked when triggered by triggering widgets such as the Button Widget. That is, it takes user interaction to make changes to tiddlers.
On Tuesday, April 27, 2021 at 10:40:12 AM UTC+2 vpl wrote: > Hi guys > > A stupid question but I don't understand what the rational behind this ... > When I create a basic tiddler with this code the "todel" field is set > (even not created) > I've tried to specify the $tiddler as <<currentTiddler>> but that does not > work .. > > Thanks very much for any help .. > > Regards > > \define macro_init() > Hello guy > <$action-setfield $tiddler=<<currentTiddler>> $field="todel" > $value="init_value"/> > \end > > <<macro_init>> > -- 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/7e947a73-9e48-44b3-a1b4-60ee36112db7n%40googlegroups.com.

