I love Evernote, but I don't want to be locked into to it for life.

I know there's a way to export my data from there, but do you know how I can convert each individual note into a simple text file?

link|improve this question

43% accept rate
Would manual copy/paste suffice? – bbaja42 Jan 4 at 3:46
1  
Andrew, please select one of these answers as the correct one or provide more details that will enable us to give you a good answer. – music2myear Jan 25 at 16:24
feedback

3 Answers

Here's a walkthrough. You'll need the Evernote desktop app. from http://www.documentsnap.com/how-to-export-your-data-out-of-evernote/

In the Notebooks section, right click on All notebooks
Choose Export Notes…
When the popup appears, in the Save As field give the export a name.  That will be the name of the folder (if you choose HTML) or the file (if you choose Evernote XML)
Choose the folder you want to save your export in
Decide whether you want to export as HTML or Evernote XML (read on to find out which one you want to choose)
link|improve this answer
What's with the downvote? – music2myear Jan 25 at 16:23
feedback

There's a rich API you can use to get access to the data. See for example https://github.com/dvj/clevernote which uses the api to provide a command line interface to evernote. It converts the evernote markup to markdown, which is easy on the eyes, but still maintains the overall note structure.

I think there's a java implementation with similar goals.

link|improve this answer
feedback

If you just want a text file then simply copy & paste. (CTRL+A to select all, CTRL+C to copy, CRTL=V to paste).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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