> On 28 Feb 2021, at 19:27, Timothy Roes <[email protected]> wrote: > > Dear all, > > I’m just writing my first Applescript — to import the PDFs of some court > cases. > > I managed to add the web link to the PDF file to the reference in BibDesk > (yay!) but was wondering whether I can now also tell BibDesk to “Download and > Replace” this linked URL with the file itself. > > Best, > Timothy
Yes, there is a download command, that also allows to replace the remote URL with the downloaded file. If you’re using linked files and URLs, a statement like the following will do that: tell aPub to download linked URL 1 with replace Christiaan
_______________________________________________ Bibdesk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bibdesk-users
