Add Zotero URI to RIS export
Hey there,
Quick question. I've had so much success with the modified BetterBix Text RIS translator that passes the citationKey on export, love it (see https://forums.zotero.org/profile/1535871/emilianoeheyns).
Here is my question, is there a way to have the Zotero URI included in the RIS export?
Quick question. I've had so much success with the modified BetterBix Text RIS translator that passes the citationKey on export, love it (see https://forums.zotero.org/profile/1535871/emilianoeheyns).
Here is my question, is there a way to have the Zotero URI included in the RIS export?
L5:"uri",
anywhere to the field map (https://github.com/zotero/translators/blob/master/RIS.js#L175). Replace "L5" with your choice of an otherwise unused RIS tag (ideally use something that won't occur in actual RIS, not sure what Zotero will do if you try to write the uri on impor)
What I'm looking to do is to either pass the ItemID, or butter yet the uri, in the RIS so that I can get back to the item from my other apps.
I added this line: if (item.uri) addTag('LC', item.uri);
Seems to work great!
But now the issue is, when I click the URI it does not actually take me to the item in my library, it just opens my library? Any ideas what might be wrong?
I think that this "should" work now. I've even looked at the url-handler code in the app and a link of the form zotero://open-pdf/library/users/QGXMEW5Z (easily made in Tinderbox) is correct.
Are these handlers not yet working with the new pdf reader in Zotero?
Or is there something wrong about the form of our requests?
Thanks very much!