<$reveal type="nomatch" stateTitle=<<folded-state>> text="hide" tag="div" retain="yes" animate="yes" >
<div class="tc-tags-wrapper">
<span style="float:left;">
<$list filter="[all[current]tags[]!subfilter{ignore}sort[title]] " template="$:/core/ui/TagTemplate" storyview="pop"/>
</span>
<span style="display:inline-block;float:right;">
<$list filter="[all[current]tags[]subfilter{meta}sort[title]] " template="$:/core/ui/TagTemplate" storyview="pop"/>
</span>
</div>
</$reveal>--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/252a6ba7-a403-49ad-8f1e-39871780ed87%40googlegroups.com.
Ignore: a tiddler called ignore, with all the tags you want to ignore / prevent from showing up in the tag list. If you use the orphan tag method below, that's the first obvious tag to ignore.
[all[current]tags[]!subfilter{!!ignore}sort[title]] in $:/core/ui/ViewTemplate/tags[[$:/core/ui/ViewTemplate/tags]]Orphans: tag anything you don't want to see in the orphan list with orphan, then add the filter. Keeps the always-ophans from cluttering the list of actual orphans
[all[orphans]!tag[orphan]sort[title]] in filter field of $:/core/Filters/Orphans[all[orphans]sort[title]]