Hi there,
I want to get Hazel to check a folder, and if there are files in it send each file to evernote as a new note in a specified notebook with tags. I can get the script to work... almost, but it refuses to add the tags to the note it creates in evernote. The applescript in the Hazel rule is:
tell application "Evernote"
activate
create note from file theFile notebook {“reference"} tags {“home”, “reading”}
end tell
I have tried:
- re: copying and retyping the script into the editor
- double and triple checked that the tags I’m trying to use are not new tags (not sure if this should be an issue or note)
- re-booting
- uninstalling and reinstalling evernote
I’ve played around with sending the note to different notebooks and that works, for some reason Hazel won’t add the tags, or evernote won’t let it.
Any ideas?