How do I find all tiddlers without a tag?

80 views
Skip to first unread message

YesMeSir

unread,
Oct 24, 2011, 4:37:11 PM10/24/11
to TiddlyWiki
My intent is to always have at least one tag per tiddler (even if it
is "needstag" - I sort these out once every now and then). Somehow I
have ended up with an odd few that have no tag (I stumble into them)
which I 'fix' as I find them.

I would like to know how to find all of the ones without a tag.

cmari

unread,
Oct 24, 2011, 9:11:13 PM10/24/11
to tiddl...@googlegroups.com
If you have Eric's MatchTagsPlugin
   http://www.TiddlyTools.com/#MatchTagsPlugin

you can use:

<<list filter [tag[-]]>>

cmari


wolfgang

unread,
Oct 25, 2011, 3:38:45 AM10/25/11
to TiddlyWiki
Or with ForEachTiddlerPlugin use:

<<forEachTiddler where 'tiddler.tags.length == 0' sortBy
'(tiddler.title)' write '"[["+tiddler.title+"]]\n"'>>

perlguy

unread,
Oct 28, 2011, 6:30:08 PM10/28/11
to TiddlyWiki
Or use Eric's tweaker plugin, to which he graciously added the ability
to search for the tag "-" (untagged).

The main benefit of using tweaker over list or FeT - you can quickly
and easily assign tags to multiple tiddlers from the tweaker dialog.

http://www.TiddlyTools.com/#TiddlerTweakerPlugin

wolfgang

unread,
Nov 4, 2011, 8:31:30 PM11/4/11
to TiddlyWiki
Just rediscovered DeleteListPlugin:

http://tw.kuraku.net/tw.html#DeleteListPlugin

Shows all tiddlers by default and checkboxes for tags to set or clear
indicated with the macro or in a systemConfig.

http://tw.kuraku.net/tw.html#DeleteList
Reply all
Reply to author
Forward
0 new messages