Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I am looking to be able to remove, and update notes within the Windows Evernote client.
The editor is moderately powerful, but I would like to edit the markup directly.

I'm not even sure if Evernote uses html, markdown, or some special, proprietary markup.

How can I edit the notes directly?

share|improve this question
2  
From the examination of Evernote local files folder (you may find it's location at Evernote Options dialog) it seems that Evernote stores notes in a proprietary way in SQLite database. You may examine the database with any SQLite editor, but I don't recommend altering it without complete understanding of its structure. – Jack Shainsky Nov 22 '11 at 16:05
Is that the only way to grab the contents? If so, too bad, it doesn't seem worth the trouble in that case. But thanks very much for your help and comment – Kevin Radcliffe Nov 23 '11 at 7:44

1 Answer

up vote 3 down vote accepted

I've just come across ENML Editor, which, as its name suggests, is an Evernote markup language editor, allowing you to directly manipulate (and potentially screw up) the underlying markup in an EN note.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.