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 [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/45da45f9-cc69-4949-86c3-951c09767a75%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

