Thank you for your attempt to solve the problem. Your solution helps people
who like to see *at least one* of the given tags in the result. But in my
case, I need *all* of the tags of the tiddler [[Some Title]] to be found.
(Some of the found tiddlers *may have more* than only these tags.)
This is what I made with your help, so far:
>Zeige alle Tiddler, die zumindest einen der Tags dieses Tiddlers
enthalten. Kann Duplikate enthalten.
<table>
<$list filter='[[versuch]tags[]]'>
<$list filter='[!is[system]tag<currentTiddler>]'><br>
<!-- {{!!title}} hat zumindest einen der Tags des Tiddlers [[versuch]] -->
<tr>
<td>{{!!uw-inf}}</td>
<td><$link>{{!!title}}</$link></td>
<td>{{||$:/core/ui/ViewTemplate/tags}}</td>
</tr>
</$list>
</$list>
</table>
Am Mittwoch, 22. August 2018 17:19:44 UTC+2 schrieb Jed Carty:
>
> This is one of the weaknesses of tiddlywiki that I still can't articulate
> well enough to make a solution. There isn't a straight forward way to
> combine multiple filters into a single list inside a list widget, but that
> isn't a good way to describe the problem.
>
> That said, if you just want the list this works but may contain duplicates:
>
> <$list filter='[[Some Title]tags[]]'>
> <$list filter='[tag<currentTiddler>]'>
> {{!!title}} has at least one of the same tags as [[Some Title]]
> </$list>
> </$list>
>
>
--
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/fbadde8c-dae7-4600-a93e-b2b0a6a31154%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.