Tobias... you're seriously impressive. I must investigate your solution and think over your list of alternative approaches properly. This will take some time for me but as you might know, the lack of typed tags has been a big obstacle for me for many years so this can be a big... well, obstacle remover ;-)
In combination with our solution for hiding tags <http://tobibeer.github.io/tb5/#Hide%20Tag%20Buttons>, this should open up for a totally different way of using tags. Thank you! <:-) On Tuesday, January 12, 2016 at 11:21:25 PM UTC+1, Tobias Beer wrote: > > 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/d1e198ea-9b72-477c-be88-29c695f3923a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

