Transclude viewtemplate tags field as tag pills in list?

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/>&nbsp;<$transclude field="tags" mode="block"/><br></$list>

Hi Dave,

Try this:

<$list filter="[tag[.Transfers]]"><$link/>&nbsp;<$list filter="[<currentTiddler>tags[]]"><$transclude $variable="tag-pill" tag=<<currentTiddler>>/></$list><br></$list>

Fred

1 Like

Thanks @tw-FRed! That worked perfectly. Marked it as the solution.

1 Like