<$list filter="[tag<currentTiddler>]">
</$list>
<<list-links filter:"[all[current]tagging[]]">>
\define tgngp()<table><$list filter="[all[current]tagging[]!tag[exclude]!tag[done]has[priority]sort[priority]limit[20]]"><tr><td><$link to={{!!title}}><$view field="title"/></$link></td><td><$view field="priority" /></td><td><$range tiddler={{!!title}} field="priority" min="0" max="0.20" default=".01" increment=".01"/></td></tr></$list><$list filter="[all[current]tagging[]!has[priority]]"><tr><td><$link to={{!!title}}><$view field="title"/></$link></td><td><$view field="priority" /></td></tr></$list></table>\endI imagin placing <<tgngp>> in a tiddler tagged view template would work as well?
In which case I would be tempted to also limit when it is displayed eg
<$list filter="[all[current]!is[system]]">
<<tgngp>>
</$list>
This will only show on non system tiddlers. But you could have multiple tests and content to build rich content on tiddlers.
Regards
Tony


It seems that these "tag-pills" are virtually the same as a "semi-collapsed" TiddlerInfo: It might be better to modify TiddlerInfo to show only the tabs list by default, but this should be always visible.

Fine with me, thanks anyway.
Tony