At the top of $:/core/ui/EditTemplate there is a macro, "actions". Put the text at the bottom of the macro, just before "\end"
Worked in my test. Occurs to me that the way to get the exact thing you want would be hack edit-comptext to add that ability. Perhaps you could appeal to the author? Good luck! On Monday, February 3, 2020 at 6:10:38 AM UTC-8, David Gifford wrote: > > Not sure where to put this. I tried > > 1) Inserting it below <$action-sendmessage $message="tm-save-tiddler"/> > 2) Splitting <$action-sendmessage $message="tm-save-tiddler"/> by turning > /> to </$action> and inserting your snippet there. > 3) Between </$list> and </$keyboard> > > Nothing happens. > > Where do I put it this so it works? > > On Monday, February 3, 2020 at 1:16:12 AM UTC-6, BurningTreeC wrote: >> >> Place the following at the bottom of the "save-tiddler-actions" macro in >> the $:/core/ui/EditTemplate Tiddler : >> >> >> <$list filter="[all[current]links[]is[missing]]"> >> <$action-createtiddler $basetitle=<<currentTiddler>>/> >> </$list> >> > -- 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/3a51a60a-bd98-4bab-ae90-32a1eb6829e0%40googlegroups.com.

