When you add a new item to a collection with the Zotero Connector (i.e., the Web browser extension), this plugin will automatically tag the item and the related attachement with the name of the currently selected collection or sub-collection in Zotero.
With the following layout, the plugin will automatically add the tag Collection 1 to the new item and the related attachements.
My Library:
|_Collection 1 <- currently selected sub-collection
|_New item added + related attachements (e.g., a PDF)
To obtain the extension, you can follow one of the two approches:
-
Download the file zotero-add-collection-tag.xpi from the latest release.
-
Or build the extension yourself by archiving the following files:
bootstrap.jsmanifest.jsoninstall.rdf
For example:
7z a zotero_add_collection_tag.xpi bootstrap.js manifest.json install.rdfusing 7zip.You can also create a
.zipan replace the extension by.xpiafterwards.
Then you can follow the first instructions of the Zotero documentation.