Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • 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
@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