Hi again, Mat,

So, here's how you get all tiddlers having semantic author tags:

{{{ [tags[]prefix[author:]tagging[]] }}}

Here's how you'd tiddlers with their semantically tagged authors:

<ul>
<$list filter="[tags[]prefix[author:]tagging[]sort[title]]">
<li>
<$link><$view field="title"/></$link>
<<list-links "[all[current]tags[]removeprefix[author:]]">>
</li>
</$list>
</ul>

And here listing "publications" for each semantically tagged author:

<ul>
<$list filter="[tags[]removeprefix[author:]]">
<li>
<$link><$view field="title"/></$link>
<<list-links "[all[current]addprefix[author:]tagging[]]">>
</li>
</$list>
</ul>

And none of that needed any tobibeer/filter 
<http://tobibeer.github.io/tw5-plugins/#filter>.

Best wishes,

Tobias.

-- 
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/1d1ae142-5b22-4e93-84b7-d83d7bbdd7ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to