How do I save URLs to Zotero without the extension button on Safari?
I can't seem to work out how to add the Zotero extension button on Safari so I give up! How do I add journal URL's to my Zotero without this extension button? Thanks in advance.
It doesn't look like you've ever asked anything about getting Safari to work, so that'd be the first thing I'd try, or of course, using a different browser (I've heard pretty good things about Firefox on Mac).
The reason it appeals as it seems to me it’d be a work-around that can work off any browser that you can drag an URL from, and potentially the connector code is essentially the same.
In Safari for example if you drag the location bar contents, the URL is copied across.
It’s been a while now, but IIRC you can (used to be able to) code a bare-bones web browser from one line of code. As a pane it’d only need to be a landing pad for drag'n'drop - no tabs, menus, whatever.
But maybe there are issues with getting that sort of thing past Apple’s approval process, I wouldn’t know.
arXiv:2211.09429
). For URLs, you'd have to use add by identifier in the web libraryHowever, I fail to add IEEEXplore documents. I don't find the option "Identifier in the web library". I tried with the DOI as it is normally also accepted on the magic wand option but it was not found.
The workaround I found so far is downloading a bib citation and importing it to Zotero.
Try again and post the DOI here if it continues to not work.
The web library has the same magic wand icon for add by identifier (but again, don't use that if you have a DOI; you can just use the local functionality).
https://doi.org/10.1007/BF01212193
10.1109/ICIP46576.2022.9897186
None of those worked. Do you know what can be the problem?
https://www.zotero.org/support/debug_output
This make sense because I can access the ArXiv sites, which is what I use for googleing them, but doi.org seems to be blocked.
```
Error Message.
Unable to fulfill request.
Cause : No Results For Your Query
```
Link: https://www.medra.org/servlet/view?lang=en&doi=10.1109/ICIP46576.2022.9897186
Maybe its a firewall on Zotero but why would ArXiv work then?
So the request we're running is the equivalent of
curl -LH "Accept: application/vnd.datacite.datacite+json, application/vnd.crossref.unixref+xml, application/vnd.citationstyles.csl+json" https://doi.org/10.1109/ICIP46576.2022.9897186
There's a chance the same DOI might work in the web library's add by identifier, though.