Last active
December 20, 2015 12:19
-
-
Save RichardHyde/6130447 to your computer and use it in GitHub Desktop.
Add to Evernote
This file contains hidden or 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" | |
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