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?
feedback
|
|
Here's a walkthrough. You'll need the Evernote desktop app. from http://www.documentsnap.com/how-to-export-your-data-out-of-evernote/
| |||
|
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. | |||
|
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). | |||
|
feedback
|