Hello Tobias, Thank you so much for having put your time and insight on my problem. You even solved the configuration interface issue that I had left aside :-) Your code work beautifully and it just gives me the kick to move forward.
Thanks again. -- Xavier Cazin On Tue, Jan 24, 2017 at 11:15 PM, Tobias Beer <[email protected]> wrote: > 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 > <https://groups.google.com/d/msgid/tiddlywiki/c2a65baf-a372-4c05-90b3-b5ee2f65d6b6%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CADeSwYN0dqP40FW_On7NC6r3vUvL64HUVo5O%2BfA74ZzYL6C7DA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

