I'm using Hazel to move files from my Mac's hard drive into Evernote, using an Applescript to retain Notebook names. Is it possible to retain the tags as well?
Here is the applescript I am using thus far:
tell application "Evernote"
activate
create note from file theFile notebook {"! Inbox"} tags {".education"}
end tell
However, what I would really like to do is have the tags that are currently attached to my files be transferred into Evernote automatically. Is this possible?'
Idea
9kids 1
Hi all,
I'm using Hazel to move files from my Mac's hard drive into Evernote, using an Applescript to retain Notebook names. Is it possible to retain the tags as well?
Here is the applescript I am using thus far:
tell application "Evernote"
activate
create note from file theFile notebook {"! Inbox"} tags {".education"}
end tell
However, what I would really like to do is have the tags that are currently attached to my files be transferred into Evernote automatically. Is this possible?'
Thanks so much!
Link to comment
7 replies to this idea
Recommended Posts
Archived
This topic is now archived and is closed to further replies.