Hi Xavier,
Here's the whole roundtrip for you
to play with on http://tobibeer.github.io/tw5-plugins:
\define state() $:/state/selected/tags/$(tag)$
Select tags to constrain results...
<$set name="selected"
filter="[prefix[$:/state/selected/tags/]has[text]removeprefix[$:/state/selected/tags/]]">
<$reveal type="match" default=<<selected>> text="">
<$list filter="[tag[Plugins]tags[]sort[title]]" variable="tag">
<$checkbox tiddler=<<state>> field="text" checked="true" unchecked="">
<$text text=<<tag>>/>
</$checkbox>
</$list>
</$reveal>
<$reveal type="nomatch" default=<<selected>> text="">
<$list filter="[contains:tags
$all<selected>tags[]!title[Plugins]sort[title]]" variable="tag">
<$checkbox tiddler=<<state>> field="text" checked="true" unchecked="">
<$text text=<<tag>>/>
</$checkbox>
</$list>
</$reveal>
<dl>
<$list filter="[contains:tags $all<selected>sort[title]]">
<dt><$link><$view field="title"/></$link></dt>
<dd class="tb-links">''tags:'' {{{ [all[current]tags[]!title[Plugins]]
}}}</dd>
</$list>
</dl>
</$set>
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/c2a65baf-a372-4c05-90b3-b5ee2f65d6b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.