You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Returns Zotero items using metadata retrieved from Wikidata for the QIDs provided
* @param {Array} qids - Array of one or more QIDs to fetch metadata for
* @returns {Promise} - Map of QIDs and their corresponding Zotero item
*/
staticasyncgetItems(qids){
To get this to work with Zotero, I guess we'd have to patch the code that parses identifiers to also look for QIDs, then the lookup code, and also the message to state that QIDs are also accepted
Zotero allows to fetch an item by ISBN and DOI why not by QID ?
Describe the solution you'd like
The ability to fetch an item by it's QID, like ISBN or DOI via the Add By Identifier function of Zotero.
I opened a feature request on the Zotero Forum, but meanwhile could we implement this via Cita ?
The text was updated successfully, but these errors were encountered: