<<list-links "[has[2017-03-05]sort[index]]">> <$list filter="[tags[]!is[system]sort[title]]">
<span class="cloud">
<$transclude tiddler="$:/core/ui/TagTemplate"/>
<$count filter="[all[current]tagging[]]"/>
</span>
</$list><$list filter="6 3 1" variable="cnt">
!!<<cnt>>
<$list filter="[tags[]!is[system]]" >
<$set name="tagx" value=<<currentTiddler>> >
<$list filter="[all[current]tagging[]] +[count<cnt>]"><b><<tagx>></b><br/></$list>
<$list filter="[all[current]tagging[]] +[count:$<cnt>]"><$view field="title"/><br/></$list>
</$set>
</$list>
</$list>
This shows the tags and the tiddlers they tag for where the number of tags is 6, 3, or 1. I've come across the concept of inner and outer filters etc and was wondering if that was what I needed but didn't know where to start. This will be a good jumping off point :)