I wish to filter tiddlers with a `technical_todo` tag into "tiddlers which 
I have already tagged with _another_ tag", and "tiddlers which have yet to 
be tagged with further tags".

A filter like `[tag[technical_todo]]` will return all tiddlers with the tag 
`technical_todo`, regardless of whether these tiddlers have additional 
tags. I can always futher filter out tags using more steps with 
`[!tag[foo]]` (and this is of course useful too).

But for the sake of organizing "otherwise-untagged" tiddlers, is there a 
shorthand to only output those tiddlers with _exactly_ the one tag I'm 
requesting? Perhaps by counting the number of tags each output tiddler from 
`[tag[technical_todo]]` can get me those with only a single 
`technical_todo` tag?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e054b7d1-31af-494f-b71b-36fb69cc7714n%40googlegroups.com.

Reply via email to