Just what I needed, thanks!

On Tuesday, November 22, 2016 at 6:20:59 AM UTC-5, Jed Carty wrote:
>
> This will show tiddlers with at least 5 tags. Changing 5 will give you the 
> other tiddlers:
>
> <$set name=BreakPoint value=5>
> <$list filter='[!is[system]has[tags]]' variable=ThisTiddler>
> <$list filter='[<ThisTiddler>tags[]nth<BreakPoint>]'>
> <<ThisTiddler>>
> </$list>
> </$list>
> </$set>
>
> To get tiddlers with fewer tags use this:
>
> <$set name=BreakPoint value=5>
> <$list filter='[!is[system]has[tags]]' variable=ThisTiddler>
> <$list filter='[<ThisTiddler>tags[]nth<BreakPoint>]' emptyMessage="""<
> <ThisTiddler>><br>""">
> <span></span>
> </$list>
> </$list>
> </$set>
>
>
>

-- 
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/30159807-5d23-4d59-954a-18df67ac3964%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to