Eric, I just have to start by saying you blow me away with how much you've
done at tiddlytools.
I do have a suggestion for the TiddlerTweakerPlugin - a select tiddlers link
for *untagged* tidders. I've added this between *tags* and *titles* in the
html section of the plugin, and works great. I like to keep every tiddler
tagged... so being able to quickly select all untagged tiddlers, and use
+content (my tag for non-system tiddlers) has been a huge timesaver.
Any chance you could roll this into the plugin, so I don't have to
monkey-patch it on every update? :) I hope the formatting doesn't get
lost... if it does, let me know, and I'll reply with an attachment.
If there's a way to do this already that I'm just not seeing, or no-one
thinks it's useful but me, I'll see if I can work on a proper plugin patch
instead of the monkey-method.
Thanks,
Jim
--
return false">tags</a><!--
--> <a href="javascript:;"
title="select tiddlers with no tags"
onclick="
var f=this; while (f&&f.nodeName.toLowerCase()!='form')f=f.parentNode;
for (var t=0; t<f.list.options.length; t++) {
f.list.options[t].selected=false;
var tid=store.getTiddler(f.list.options[t].value);
if (tid&&tid.tags.length == 0) f.list.options[t].selected=true;
}
config.macros.tiddlerTweaker.selecttiddlers(f.list);
return false">untagged</a><!--
--
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.