Hi James,

If you want to do it yourself, substitute the contents of 
$:/core/ui/ViewTemplate/tags with the following:

<div class="tw-tags-wrapper">
<$list filter="[all[current]!is[system]tags[]!is[system]sort[title]] 
[all[current]is[system]tags[]]" template="$:/core/ui/TagTemplate" 
storyview="pop"/>
</div>

It makes system tags invisible for regular tiddlers but visible for system 
tiddlers. 

And if you want to make invisible your *custom* system tags, but not system 
tags in general, then put that instead:

<div class="tw-tags-wrapper">
<$list filter="[all[current]tags[]!prefix[$:/_]sort[title]]" 
template="$:/core/ui/TagTemplate" storyview="pop"/>
</div>

Regards,

Alberto




-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to