add multiple tags at once
Hi,
I am wondering if it is possible to associate multiple tags at once? I like being able to drag and drop the item on the tag list at left to avoid having to type each time but as far as I can tell I can't drag and drop on multiple tags. Is this correct? Would be cool to have a checkbox next to each tag so that I could simply select the item and then check all the tags that are appropriate.
Please let me know if I am overlooking this kind of functionality in the current install (2.0.3)
Thanks,
b
I am wondering if it is possible to associate multiple tags at once? I like being able to drag and drop the item on the tag list at left to avoid having to type each time but as far as I can tell I can't drag and drop on multiple tags. Is this correct? Would be cool to have a checkbox next to each tag so that I could simply select the item and then check all the tags that are appropriate.
Please let me know if I am overlooking this kind of functionality in the current install (2.0.3)
Thanks,
b
Thanks,
Michael
Or, when clicking on "Add" button in the "Tags" tab, the text entry box could show a drop down list of tags, then concatenate them as the user selects them. It's annoying to open text box repeatedly for every tag I want to slap on a biblio item.
hope this helps
don't know how to delete tags from mulitple titles at once though
someone has or is in the process of submitting a patch like you describe:
http://groups.google.com/group/zotero-dev/browse_frm/thread/397c92dc143f9297#
sounds like some of this comes in form of a plugin that you might be able to use right away, w/o any manual patching (which I wouldn't recommend unless you're feeling very experimental).
Also, I made a plugin that lets you copy all of the tags from one item to the clipboard with newline as the delimiter so you can easily copy and paste all tags from one item to another by using the patch and the plugin together. The plugin is at:
https://github.com/willsALMANJ/Zutilo
I just tried adding zutilo and my firefox 10.0.2 version tells me that "this add-on could not be installed because it appears to be corrupt". Is there an update needed? If so, is one available? Thanks for this great feature.
one problem was that the plugin had Firefox 9.0 set as the maximum version. I changed this so that there is no maximum version now (it is hard to keep up with all of the Firefox updates). I am not sure if the version mismatch would give the "appears to be corrupt" error. The plugin works for me now with Firefox 12 and the latest release of Zotero. You can post any other issues with the plugin on github if you like.
It occurs to me now that I could make multiple-tagging work with the plugin though, if I didn't do it via the textbox but instead just added the current contents of the clipboard to the item as a newline-delimited list of tags, so if you had used the plugin's tag-copying function you would paste in all of the tags to the item. I am a little swamped right now, but I will try to add this function to the plugin soon.
Matthew Dodd (and anyone else interested), I updated my plugin to include the tag pasting function I described above. It has been a while since I updated it, so let me know if you have any problems (e.g. when I first pushed to github I forgot to update the .xpi file).