@PMario I guess the quirk is with <$fieldmangler> ... I think in particular if it has a transcluded tiddler=. It executes first ... even when everything is put into actions= as you suggest. But several workarounds were identified that either:
1) avoid using the add-tag message (and consequently avoided using fieldmangler) by concatenating tags using filters/transfusion/variables or; 2) split action lists into two groups (possible only using the ButtonWidget) that are forces them to execute serially so that you can make fieldmangler go last. /Mike On Saturday, December 19, 2020 at 5:55:40 AM UTC-4 PMario wrote: > @Mark Use button actions like this, > > \define actions() > ALL action widgets come here > \end > > <$button actions=<<actions>> >click</$button> > > Otherwise you beg for trouble. > > -mario > -- 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/d024f29a-ecca-4c21-a98a-9b343910b900n%40googlegroups.com.

