Jump to content
  • 0

(Archived) Hazel applescript gives error at notebook name


amilligan

Idea

I've been trying to use a simple applescript in hazel to move files into Evernote. When using the applescript below it returns the following error - Expected expression, etc. but found unknown token. - with the opening parenthesis on the notebook name highlighted. I can't seem to figure out what I'm doing wrong since I see this particular applescript being used very regularly by others.

 

tell application "Evernote"

activate

create note from file theFile notebook “!Inbox”

end tell

 

Link to comment

1 reply to this idea

Recommended Posts

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...