Zotero Connector "generic" Translator
Hi,
I've been looking into making it easier for scite + Zotero users to add articles from our custom dashboards or search results or Assistant references into their reference library.
I know that the Connector extension has various translators which can handle pulling the item metadata and push them into the library -- https://github.com/zotero/translators/
Is the best way to accomplish writing a translator for scite and opening a PR, or is there a generic set of attributes I can put onto the article tags in a dashboard (or search results) and have it pick them up without writing a custom translator?
I tried poking around the codebase and will continue to do so, but from my testing with the extension it seems like it doesn't show the itemSelector menu with the list of articles & checkboxes unless a translator has been separately implemented (no generic option)?
Thanks and hope you've all been well,
Ashish
I've been looking into making it easier for scite + Zotero users to add articles from our custom dashboards or search results or Assistant references into their reference library.
I know that the Connector extension has various translators which can handle pulling the item metadata and push them into the library -- https://github.com/zotero/translators/
Is the best way to accomplish writing a translator for scite and opening a PR, or is there a generic set of attributes I can put onto the article tags in a dashboard (or search results) and have it pick them up without writing a custom translator?
I tried poking around the codebase and will continue to do so, but from my testing with the extension it seems like it doesn't show the itemSelector menu with the list of articles & checkboxes unless a translator has been separately implemented (no generic option)?
Thanks and hope you've all been well,
Ashish
Where is your metadata from, though? If your metadata is all from upstream sources anyway and always has a DOI, you could really just make sure there's always a DOI displayed, and Zotero will display the folder icon automatically and get data via DOI metadata resolution.