Skip to content

Instantly share code, notes, and snippets.

@fractaledmind
Created October 22, 2013 16:42
Show Gist options
  • Select an option

  • Save fractaledmind/7103955 to your computer and use it in GitHub Desktop.

Select an option

Save fractaledmind/7103955 to your computer and use it in GitHub Desktop.
This Applescript will get the local url for the currently selected Evernote note.
tell application "Evernote"
set x to selection
repeat with i from 1 to count of x
set theurl to note link of item i of x
end repeat
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment