Hi Mark, I've tried to get the simplest setup that still features the weird behavior. It is using the draggable widget.
\define startactions() <$action-listops $tiddler="List 1" $subfilter="-[<actionTiddler>]"/> \end <$list filter="[list[List 1]]"> <$draggable tiddler=<<currentTiddler>> startactions=<<startactions>>> <$text text=<<currentTiddler>>/> </$draggable> </$list> And List 1 consists of "[[Link Tiddler]] [[Missing Link]] FakeTid [[FakeTiddler]]". FakeTid and [[FakeTiddler]] get removed. The others do not. Any ideas? Best wishes, Adam On Thursday, January 17, 2019 at 3:28:18 PM UTC, Mark S. wrote: > > I think we need to know more about your setup. Are you using the macro in > draggable, or in droppable? When I use it in droppable, it works right out > of the box, no matter how many spaces are in the title. > > Good luck! > -- Mark > > On Thursday, January 17, 2019 at 1:50:25 AM UTC-8, AdamS wrote: >> >> Hello all, >> >> I've got this action that is supposed to remove a tiddler from a list of >> tiddler titles: >> >> \define startactions() >> <$action-listops $tiddler="List 1" $subfilter="-[<actionTiddler>]"/> >> \end >> >> However, it doesn't seem to work if the tiddler title appears in the list >> in this format [[Two Words]]. It works fine with [[OneWord]] and with >> OneWord, though. Anyone have any idea what I'm doing wrong here? >> >> Best wishes, >> Adam >> > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/30cf000e-a20e-4e54-a20d-5bc07494ec81%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

