Hi, I noticed that when I read the HTML content (I also tried the ENML content - no difference) of a note and then reinsert it, that all the checkboxes are deleted.
Here is the Applescript code:
tell application "Evernote" set theSelection to selection set theNote to item 1 of theSelection set theContent to HTML content of theNote set HTML content of theNote to theContent end tell
The Result of this little code is no checkboxes any more.
I came across this when I used ScriptBridge in Objective-C (and thought that the more extensive HTML manipulation there resulted in an HTML error), but I checked it in Applescript to see whether there is a problem with the ScriptBridge or with the Evernote API. It is clearly an error in the Evernote API.
Anyone knows of this problem (and maybe how to avoid it if possible)?
Is there somewhere else where I should post this error with the Evernote team?












