"Automatically tag" option not respected
Even though I’ve deselected the option to "Automatically tag items" a bunch of tags appeared in my database today. The only unusual event I can think of is a recent update of Zotero.
The tags are clearly automatic tags since they are about papers I’ve recently added to my database—oddly though, they aren’t assigned to any paper.
This is not the first time I’ve had tags added to my db even though I’ve disabled the option a long time ago (I do not use tags for that purpose).
The tags are clearly automatic tags since they are about papers I’ve recently added to my database—oddly though, they aren’t assigned to any paper.
This is not the first time I’ve had tags added to my db even though I’ve disabled the option a long time ago (I do not use tags for that purpose).
Additional question: is there some faster way to delete several (like, dozens) of tags other than right-clicking + clicking "delete" ?
I also disabled the option in iOS, and actually had not used the app for several days so I doubt it’s caused by it.
Go to Tools → Developer → Run JavaScript and run this, after substituting in one of the tags in question between the quotes, and let us know the result:
var tagName = "TAG_GOES_HERE";
return (await Zotero.Tags.getTagItems(1, Zotero.Tags.getID(tagName))).map(x => Zotero.Items.get(x).key)
I cannot run the JS scripts since I’ve deleted them unfortunately.