Apologies in advance if this has been done before. I wasn't able to find it on the forum.
Select a note in EN and then run this applescript. It will place a double clickable .inetloc file on your desktop that will open the note in the DESKTOP app.
tell application "Evernote"
set selectedNote to selection
if selectedNote ≠ {} then
set theNote to first item of selectedNote
set noteTitle to (get title of theNote)
set noteLink to (get note link of theNote)
end if
end tell
tell application "Finder" to make new internet location file to noteLink at (path to desktop) with properties {name:noteTitle}
Idea
ENnut 58
Apologies in advance if this has been done before. I wasn't able to find it on the forum.
Select a note in EN and then run this applescript. It will place a double clickable .inetloc file on your desktop that will open the note in the DESKTOP app.
0 replies to this idea
Recommended Posts
Archived
This topic is now archived and is closed to further replies.