Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schrader/6e5155af45bc090278310999825df87c to your computer and use it in GitHub Desktop.
Save schrader/6e5155af45bc090278310999825df87c to your computer and use it in GitHub Desktop.
Evernote Mac - Put Classic Note Link on Clipboard -- AppleScript
@RobertProvencal
Copy link

Thanks for putting this together. Huge life saver. Been looking for this for quite some time so it was nice to see this. Instructions for setting up were spot on and pretty easy to do. Thanks again!

@joshuawagner
Copy link

Hi, thanks for helping me find a way to get the classic link!
Can you tell me how I'd modify this so that instead of the quoted form, I can paste the form that includes the note title, please?

@schrader
Copy link
Author

@joshuawagner I guess you want to modify line 42 to something like this:

set lstrCMD to "echo " & quoted form of strNoteTitle & " " & quoted form of strNoteLink & " | pbcopy -Prefer txt"

You'll need to experiment to find the format you want – you basically want to add strNoteTitle to the string that's copied to your clipboard.

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