Jump to content
  • 0

Double clickable Finder link to a note in the Desktop app


ENnut

Idea

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}
 
Link to comment

0 replies to this idea

Recommended Posts

There have been no replies to this idea yet

Archived

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

×
×
  • Create New...