Skip to content

Instantly share code, notes, and snippets.

@JMichaelTX
Last active June 10, 2020 05:10
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save JMichaelTX/0b14e9755ed77f347816 to your computer and use it in GitHub Desktop.
Save JMichaelTX/0b14e9755ed77f347816 to your computer and use it in GitHub Desktop.
[EN] Classic - Evernote Mac - Put Classic Note Link on Clipboard as Rich Text using Note Title -- AppleScript
@JMichaelTX
Copy link
Author

If you are new to installing and/or using AppleScripts, or would like detailed instructions, see:

How to Install AppleScripts or JXA Scripts

This may also be of interest:
Understanding AppleScript Scripting Additions 

@svsmailus
Copy link

Getting an error in Script Editor compiling the script

http://d.pr/i/3J5n

@schrader
Copy link

schrader commented Feb 7, 2017

@svsmailus I ran into the same when trying to compile. There's a note in the beginning, the script requires a plugin to be installed first:

REQUIRES:
• Satimage.osax for HTML encode (encode entities)
(Free D/L & info at http://tinyurl.com/Satimage-Osax-DL )

@JMichaelTX
Copy link
Author

As noted above, this script requires:

REQUIRES:
• Satimage.osax for HTML encode (encode entities)
(Free D/L & info at http://tinyurl.com/Satimage-Osax-DL )

Unfortunately, Apple has removed support for Scripting Additions (OSAX) starting with macOS Mojave.
When I get some time, I will update this script to not use Satimage.osax.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment