-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Batch remove rarely used tags #29
Comments
A little difficult because knowing which tag is rarely used would require a full-database search. Too heavy maybe. |
Well, I don't want to remove the tags I actually use! But the problem is that they are only a small percentage of my overall tags. The ones I do use will all be on at least 3 or more documents, while many of the others only appear once or twice. |
Maybe a right-click menu 'remove rarely used tags' and auto-count the tags under the current collection? |
Oh, thanks for continuing to think about this. I suppose it would be a two step process - first one needs to have the count and a list of the rarely used tags, then a way to batch remove them. Other than that, I don't have any particular insight into how it would work. |
Is it possible to have the "check unused tags" feature ignore "automatic tags"? There is no need to remove those since they can be ignored. Also, since the list this produces is quite long, what I do is copy and paste the resulting list into a text file to inspect. Perhaps it would make sense to simply have the "check unused tags" produce a plain text file that is saved to the desktop? This also reduces risk of accidentally removing all the tags - since the user will probably want to keep some of them and so needs to edit the list before doing the "remove" operation. |
Maybe copy to clipboard would be a good solution? |
That could work too. |
please try the latest |
This request is a little different from what this plugin already does, but it is tag related so maybe you would consider it?
I have many tags that are only used once or twice, and I would like to remove them - or even better (is there some way to do this) have them listed as "automatic tags" rather than regular tags, so that Zotero can hide them.
The problem is that a lot of them are "automatic tags" but from another app I used before Zotero, so they are treated the same as regular tags.
The way it would work is that the plugin would identify all tags that are only used 1,2, or 3 times and either remove them entirely, or change them into "automatic tags"
The text was updated successfully, but these errors were encountered: