And when you want to use AppleScript, you can use the import command:

set theDOI to (get the clipboard as string)
tell application “BibDesk"
        tell front document
                import from theDOI
        end tell
end tell

Christiaan

> On 24 Sep 2021, at 15:51, Christiaan Hofman <[email protected]> wrote:
> 
> So you get the  bibtex from the website? That is more a problem of that web 
> site then.
> 
> Why not just get the bibtex directly from within BibDesk? There are various 
> ways. You can open the URL in a web group, and you will get publication (it 
> is downloaded from the DOI site). Or even simpler, copy the DOI, and paste on 
> the main window or use Publication > New Publication from Clipboard. The 
> bibtex is basically the same as the one from doi2bib.
> 
> Christiaan



_______________________________________________
Bibdesk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-users

Reply via email to