Page 1 of 1

Assign notebook & tags when sending file to Evernote

PostPosted: Wed Jun 06, 2012 1:04 pm
by EdBurke
Here's a script I found over on the Evernote for Mac forum that is proving to be extremely useful. It will assign a file to a notebook within Evernote and also apply tags.

tell application "Evernote"
activate
create note from file theFile notebook {"Notebook Name"} tags {"tag1", "tag 2", "tag 3", "tag 4"}
end tell

Enjoy...

Re: Assign notebook & tags when sending file to Evernote

PostPosted: Wed May 01, 2013 1:14 pm
by vanduse1
I have had problems with the post to Evernote script working when my Evernote app is not already open. I assume there is a timeout or delay that lapses waiting for it to open.

Has anyone else run into this?