If you execute this AppleScript (which is a very simplified version of a script I use all the time as part of a quick-journaling thing I wrote), then (null) appears above the first text. Didn't happen in 5.5.2:
tellapplication "Evernote"
settheNotetocreate notewith text "" title "Test note"
appendtheNotehtml "<h2>Heading</h2><p>Text</p>"
endtell
You get:
Also happens to show off the block formatting bug.
Idea
Kevin Mitchell 19
Opened ticket #865465.
If you execute this AppleScript (which is a very simplified version of a script I use all the time as part of a quick-journaling thing I wrote), then (null) appears above the first text. Didn't happen in 5.5.2:
tell application "Evernote"
set theNote to create note with text "" title "Test note"
append theNote html "<h2>Heading</h2><p>Text</p>"
end tell
1 reply to this idea
Recommended Posts
Archived
This topic is now archived and is closed to further replies.