Jump to content
  • 0

(Archived) Adding Todo via applescript?


jga23

Idea

I'm trying to create an applescript to append some text with a checkbox to a note. I tried doing something like this:


tell application "Evernote"
set _note to find note "evernote:///..."
append _note html "<en-todo/> test"
set _html to HTML content of _note
end tell

but the checkbox doesn't show up. Has anybody been able to figure this out?

Link to comment

1 reply to this idea

Recommended Posts

Archived

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

×
×
  • Create New...