So now that 5.1.23, I can post the example I've been working on: https://marxsal.github.io/various/playground.html#Excise%20from%20View%20Template%20Example
If you look at the code, you'll see that I have to use a tiddler that's made in advance of the drag/drop routine. The tiddler that's made during the routine is not available for use inside the routine. On Saturday, December 19, 2020 at 6:46:51 AM UTC-8 Mark S. wrote: > I'm not using a button. I'm using droppable. So all actions are happening > inside an action macro. > > The button example was only an example, and I'm afraid has confused the > issue. Ignore what happens with buttons. > On Saturday, December 19, 2020 at 1:55:40 AM UTC-8 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/bc46c57c-5b71-4d90-8919-6c368de510d7n%40googlegroups.com.

