Dave, Have a look at https://tiddlywiki.com/prerelease/#%24%3A%2Fcore%2Fmacros%2Flist to see how draggable list works! You an have a customized version or use the concept in your own macro!
--Mohammad On Thursday, March 21, 2019 at 8:24:06 PM UTC+3:30, Dave wrote: > > As far as I can tell, the only way to have a draggable list is a simple > statement like this > > <<list-tagged-draggable tag:"Features">> > > > > Is there a way to have draggability in more filtered lists? This simple > example is a little macro I use to add to a tiddler to see any tiddlers > tagged by the containing tiddler > > \define tgng() > > > <<list-links filter:"[all[current]tagging[]]">> > \end > > > Is there a way to make that itself draggable? I.e. re-ordering would > create a list if tagged tiddlers in the current tiddler? > > > Also, is there a way to add order-by-drag capability to a list like this: > > <$list > filter="[all[current]tagging[]!tag[exclude]!tag[done]has[priority]sort[priority]limit[20]]"> > > > Thanks, > - Dave > > > -- 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/e73f3dd3-14e2-4fe4-8324-e62f2a552ba3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

