Is there a simple way to get this list widget to display the viewtemplate tags field of each item of the list as tag pills rather than as text? The example below doesn’t work.
<$list filter="[tag[.Transfers]]"><$link/> <$transclude field="tags" mode="block"/><br></$list>
Hi Dave,
Try this:
<$list filter="[tag[.Transfers]]"><$link/> <$list filter="[<currentTiddler>tags[]]"><$transclude $variable="tag-pill" tag=<<currentTiddler>>/></$list><br></$list>
Fred
Thanks @tw-FRed! That worked perfectly. Marked it as the solution.