Dave, I believe you have more than one issue to solve.
1) Get the list generated by filter:"[all[current]tagging[]]" into a *list field* of that tiddler, or some other tiddler. This can only be done by an action, such as clicking a button. See these two Google Groups posts on how this might be done: - Populating the list field of a tiddler that is a tag <https://groups.google.com/forum/#!msg/tiddlywiki/2vftIqBIXzM/99LRUfAVBAAJ> - append to list field of a tiddler and count them <https://groups.google.com/forum/#!msg/tiddlywiki/ENSs0lDkL68/AeGRl2pJBwAJ> 2) Use the *list field* you chose as the field: value of the *list-links-draggable* macro. I believe you already know how to do that. \define list-links-draggable(tiddler,field:"list",type:"ul",subtype:"li", class:"",itemTemplate) Hope that helps. Regards On Friday, March 22, 2019 at 4:17:05 AM UTC+7, Dave wrote: > > FYI, I also tried commenting out the square brackets like this > [[<$view field=title/>\]\] > > but that didn't work either > > > -- 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/e14aef49-78fe-46f2-a914-8690401f68b2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

