Hi All
My University has gone from an EzyProxy to Lean Library. Information is here: https://www.leanlibrary.com/
It is seamless outside Bookends and when I search Pubmed and click on the link to download, the Chrome add in knows that my library has subscribed and I can download the PDF. However ...
Search found 3 matches
- Thu Jul 30, 2020 4:11 am
- Forum: Bookends
- Topic: Lean Library
- Replies: 1
- Views: 1463
- Sat Dec 12, 2015 3:25 am
- Forum: Looking for AppleScripts…
- Topic: A few AppleScripts
- Replies: 6
- Views: 25396
Re: A few AppleScripts
Hi
I played around with Applescript and came up with this:
tell application "Adobe Acrobat" to activate
tell application "System Events"
tell process "Acrobat Pro"
keystroke "c" using command down
end tell
end tell
delay 0.2
tell application "Bookends" to activate
tell application "System ...
I played around with Applescript and came up with this:
tell application "Adobe Acrobat" to activate
tell application "System Events"
tell process "Acrobat Pro"
keystroke "c" using command down
end tell
end tell
delay 0.2
tell application "Bookends" to activate
tell application "System ...
- Sat Dec 12, 2015 12:00 am
- Forum: Looking for AppleScripts…
- Topic: A few AppleScripts
- Replies: 6
- Views: 25396
Re: A few AppleScripts
Hi
I wonder whether the script, "Online Search with Bookends" can be reposted? The zip download is no longer available.
Thanks
Andrew
Description:
While reading a PDF or using my browser, I often find references I want to add to Bookends. This script will copy highlighted text, switch to ...
I wonder whether the script, "Online Search with Bookends" can be reposted? The zip download is no longer available.
Thanks
Andrew
Description:
While reading a PDF or using my browser, I often find references I want to add to Bookends. This script will copy highlighted text, switch to ...