Try:

<table>
<tr>
<th>author</th>
<th>quote</th>
<th>tags</th>
</tr>
<$list filter="[tag[quote]sort[author]]">
<tr>
<td><$view field="author"/></td>
<td><$view field="quote"/></td>
<td> 
<$list filter="[all[current]tags[]!title[quote]]" 
template="$:/core/ui/TagTemplate"/>
</td>
</tr>
</$list>
</table>

HTH
-- Mark

On Thursday, April 26, 2018 at 7:15:16 AM UTC-7, Rene wrote:
>
> <table>
> <tr>
> <th>author</th>
> <th>quote</th>
> <th>tags</th>
> </tr>
> <$list filter="[tag[quote]sort[author]]">
> <td><$view field="author"/></td>
> <td><$view field="quote"/></td>
> <td> ??? </td>
> </tr>
> </$list>
> </table>
>
> Am Donnerstag, 26. April 2018 16:12:01 UTC+2 schrieb Rene:
>>
>> I have a filtered list of tiddlers with author and quote field, formatted 
>> as a table. In one column i would like to show the tag pills of the 
>> corresponding tiddler.
>> How can i do this?
>>
>

-- 
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/1e7900f2-9b80-484d-ade6-ecb1c8e9d36c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to