When I use the "create note from url" capability of Evernote, the resulting note does not have the same formatting as if I use the clipper or contextual menu from the web browser. The note lacks the background and seems not to have elements of page formatting.
Am I doing something wrong, or is it a limitation of "create note" from the AppleScript interface implemented by Evernote? If the latter, is there another way to create a note from a script such that Evernote would preserve the layout better?
I'm using Mac OS 10.6.8, in case it matters. The AppleScript is trivially simple:
Idea
MikeH 17
When I use the "create note from url" capability of Evernote, the resulting note does not have the same formatting as if I use the clipper or contextual menu from the web browser. The note lacks the background and seems not to have elements of page formatting.
Am I doing something wrong, or is it a limitation of "create note" from the AppleScript interface implemented by Evernote? If the latter, is there another way to create a note from a script such that Evernote would preserve the layout better?
I'm using Mac OS 10.6.8, in case it matters. The AppleScript is trivially simple:
tell application "Evernote"
create note from url theURL
end tell
Thanks,
Mike
Link to comment
0 replies to this idea
Recommended Posts
Archived
This topic is now archived and is closed to further replies.