Here's an attempt to use a filtered list to make a draggable list: \define mymegatext()
<$list filter="[!tag[exclude]!tag[done]tag[errands]sort[priority]limit[20]]"> <$view field=title/> </$list> \end \define mybutton() <$wikify name=mytext text=<<mymegatext>>> <$action-setfield $tiddler="myErrands" tags="hardcopies" text=<<list-links-draggable tiddler:"myErrands">> list=<<mytext>> /> <$action-sendmessage $message="tm-notify" $param="ErrandsSetMsg"/> </$wikify> \end <$button actions="<<mybutton>>"> set Errands </$button> The problem is that for the tiddler titles that are multi-word (most of them) it makes the list as if each single word was a separate tiddler I tried doing this: [[<$view field=title/>]] but then the result was: - <$view <http://127.0.0.1:8080/#%3C%24view> - field=title/> <http://127.0.0.1:8080/#field%3Dtitle%2F%3E> Any suggestions? -- 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/67939554-22ec-42ea-8abb-50af147b107c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

