I have this filter expression that returns all tiddlers tagged with the current tiddler, except those tagged with "Archive".
[<currentTiddler>tagging[]!tag[Archive]]
I'd like to build filters for each of these scenarios:
a) If the current tiddler is tagged "Archive", return all tiddlers it is tagging, archived or not.
b) If the current tiddler is tagged "Archive", return only tiddlers it is tagging that are also archived.
b) Return all tiddlers tagged with the current tiddler, except those tagged with "Archive". BUT, If the current tiddler is tagged "Archive", return only tiddlers it is tagging that are also archived.