> Something we could think about is the ability to select one from a list of
> possible tags and ensure that only one is applied; that is those others are
> removed if present. An Example may be a Day of Month Tag
I just tried a little experiment using
http://www.TiddlyTools.com/#ListboxPlugin
I wrote this:
<<select tags rows:1 A B C D E F G>>
... and it works!.... sort of... selecting any value from the droplist
sets the tiddler's tags to that value (and that value only). Of
course, this means that you can't have any other tags (i.e., tags
*not* in the list) assigned to the tiddler, which isn't very
practical.
Fortunately, it should be relatively straighforward to add special-
case handling for the tags field so that, instead of completely
replacing the current tags:
* tags that are selected in the list are added to the tiddler
* tags that are unselected in the list are removed from the tiddler
* all other tags are left as-is
I'll post when I have an update.
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios