Hello Mark, hello Lazlo.
Thanks a lot! It is great to wake up and find a solution for your Problem in the Mailbox. I chose Lazlo's solution becaus it is so short and elegant. I guess I will have to learn regex!

Best wishes Jan



Am 07.07.2019 um 00:30 schrieb bimlas:
Jan,

This lists all tiddlers with only one tag:

|
<$list filter="[has[tags]]">
  <$set name="currentTags" filter="[all[current]tags[]]">
<$reveal type="match" default="1" text={{{ [enlist<currentTags>count[]] }}}>


<$link to=<<currentTiddler>>><$view field="title"/></$link>: <$list filter="[enlist<currentTags>]"><<tag>></$list>


    </$reveal>
  </$set>
</$list>
|

If you are looking for tiddlers having only a particular tag:

|
<$list filter="[regexp:tags[^notes$]]">

</$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 tiddlywiki+unsubscr...@googlegroups.com <mailto:tiddlywiki+unsubscr...@googlegroups.com>. To post to this group, send email to tiddlywiki@googlegroups.com <mailto:tiddlywiki@googlegroups.com>.
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/20c0ec6d-e94e-47bd-8563-755edaf84bb8%40googlegroups.com <https://groups.google.com/d/msgid/tiddlywiki/20c0ec6d-e94e-47bd-8563-755edaf84bb8%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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/5D21B868.3070905%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to