Assign notebook & tags when sending file to Evernote

From your noodle to other noodles. Talk about ways to get the most from Hazel. Even exchange recipes for the cool rules you've thought up. DO NOT POST YOUR QUESTIONS HERE.

Moderators: Mr_Noodle, Moderators

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...
EdBurke
 
Posts: 28
Joined: Wed Apr 18, 2012 6:58 am

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?
vanduse1
 
Posts: 4
Joined: Thu Mar 07, 2013 7:20 pm


Return to Tips & Tricks - DO NOT POST QUESTIONS