Jump to content

Changing title of selected note with applescript


Recommended Posts

  • Level 5*
On May 29, 2016 at 5:43 PM, owen.halligan said:

I can add tags to a note with the script below, but how do I change the title of the note?

tell application "Evernote"

     assign tag "Outlook" to currentNote

end tell

I use

set title of newNote to "xxxxx"
set creation date of newNote to current date
set modification date of newNote to current date

Link to comment

Archived

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

×
×
  • Create New...