How can I convert Evernote's notes to standard TXT files?

14

9

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?

Andrew Warner

Posted 2010-10-15T23:11:07.207

Reputation: 999

Would manual copy/paste suffice? – bbaja42 – 2012-01-04T03:46:49.813

1Andrew, 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 – 2012-01-25T16:24:31.847

consider quitting evernote. I just tried fastnote, it saves as txt by default. If you love evernote(for whatever strange reasons you have), I still suggest trying other programs. for a program to not make it easy to save as txt it's just stupid. fast note saves as txt by default. no problems. – barlop – 2013-05-09T11:27:37.340

1@music2myear maybe none of the answers are very appealing options and he just hasn't detailed why 'cos he's so disheartened ;-) The fact that he hadn't selected an answer helped me realise I should quit evernote! – barlop – 2013-05-09T11:29:21.190

@musictomyear sorry. I didn't see that there was activity here. I can't pick an answer because I think one doesn't exist. Evernote doesn't seem to allow bulk text export. But I'm hoping there's a tool out there that will do it. – Andrew Warner – 2013-05-10T14:36:11.933

Answers

6

It is possible using Simplenote.

Download a Simplenote client that supports importing from Evernote and also supports exporting to text files. Here's a list of Simplenote clients to choose from.

Justnotes, for example, does that.

M.K. Safi

Posted 2010-10-15T23:11:07.207

Reputation: 411

3

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)

UPDATE:

Based on OPs comments that existing export functions do not work, then the short answer mid no. By itself, without external apps, there is no way to export Evernote notes directly to text.

In order to get txt files, then data will have to be exported to a supported format such as HTML or XML and then converted to text using a 3rd party application.

music2myear

Posted 2010-10-15T23:11:07.207

Reputation: 34 957

What's with the downvote? – music2myear – 2012-01-25T16:23:31.940

This is good, but i knew about it. What I'm looking for is a way to export just the text. – Andrew Warner – 2013-05-10T14:34:00.460

2

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.

Doug J

Posted 2010-10-15T23:11:07.207

Reputation: 608

2

Apologies for the self-post, but I've written a PHP script to try to address this exact shortcoming. It's called enex-dump. It will take an ENEX export and spit out a folder containing plain text files (any formatting/attachments get discarded). Command line usage is unfortunately required, but it should run on any platform that supports PHP, which is most of them.

https://github.com/panicsteve/enex-dump

stevenf

Posted 2010-10-15T23:11:07.207

Reputation: 21

0

I recommend you start by using the Export to HTML feature of Evernote. This obtains a directory full of HTML files, one per note.

On OSX, I then use textutil -convert txt and then pipe through uni2ascii to handle any unicode characters. On other operating systems, you can probably substitute Pandoc for textutil.

Brian B

Posted 2010-10-15T23:11:07.207

Reputation: 101

0

I found a simple way to convert Evernote notes to Text.

Just email the note(s) to your email client and then "save as" in text format.

You can even combine several notes in one email.

Of course, when you "save as" text format, you will lose any font formatting, images or file attachments, but the text of the note will all be there.

Ataraxia

Posted 2010-10-15T23:11:07.207

Reputation: 1

-1

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

The General

Posted 2010-10-15T23:11:07.207

Reputation: 101

1Thank you, but I'm looking for a bulk export. I have thousands of notes. I want to be sure I can export them. – Andrew Warner – 2013-05-10T14:37:05.990