Skip to content

Instantly share code, notes, and snippets.

@RichardHyde
Last active December 20, 2015 12:19
Show Gist options
  • Save RichardHyde/6130447 to your computer and use it in GitHub Desktop.
Save RichardHyde/6130447 to your computer and use it in GitHub Desktop.
Add to Evernote
tell application "Evernote"
activate
set note1 to create note from file theFile notebook {"Notebook Name"} tags {"tag1", "tag 2", "tag 3", "tag 4"}
open note window with note1
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment