> What would be the simplest script (not a forEach script) that would
> get me a list of tiddlers 'not' tagged with a particular tag.
Install
http://www.TiddlyTools.com/#MatchTagsPlugin
Usage:
<<list filter [tag[not someTag]]>>
creates a standard TW bullet item list
<<matchTags "%0" "\n" not someTag>>
creates a custom formatted list
Note that MatchTagsPlugin allows you to use full boolean tag
expressions, including any combination of multiple tags separated by
and/or/not operators with nested parentheses as needed to perform
matching that can be *much* more complex than simply "not SomeTag".
In addition to generating a custom formatted list as inline content,
the <<matchTags>> macro provides several other styles of output for
its results:
<<matchTags popup ...>>
creates a command link that shows a popup list of matches
<<matchTags report ...>>
the macro results are written into a separate [[MatchingTiddlers]]
report tiddler
<<matchTags panel ...>>
a fully-interactive form for entering boolean tag expressions and
generating results on-the-fly.
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios