Copy the native evernote:// URL for a note to the clipboard.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "Evernote" | |
set the_selection to selection | |
set the_note to item 1 of the_selection | |
set the_note_link to (note link of the_note) | |
set the clipboard to the_note_link | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment