Converting evernote to obsidian

For the latest instructions see the official Evernote import guide


I found an interesting utility for converting notes from evernote to Obsidian.
But it failed to launch. Maybe someone will succeed, then share the recipe.

3 Likes

This looks like it could work:

http://www.markwk.com/migrate-evernote-plaintext.html

I worked with Ɓkos last week to use Yarle to successfully migrate all my Evernotes to Obsidian, and Iā€™m very pleased with the final results. Because this is a node.js app, you need to carefully follow the directions for the node dependencies. Iā€™m on a Windows machine, so had to install a few build packages via npm as outlined in the instructions, which was fairly painless. Then in Evernote: Select All -> Exportā€¦ ->Export as enex. Once thatā€™s done, from command line run yarle ā€” there are a bunch of example command lines on the github page.

This successfully converted all my notes to markdown, retained all Tags, Creation and Modification dates, as well as embedded images, which can optionally be converted to Obsidian form: ![[my_image.png]]. I have successfully put Evernote behind me.

2 Likes

Thanks for the answer. Could you tell us more about how to install them? I end up with an error in npm i

Notion.so can be uses an an intermediary for this. Use Notionā€™s Evernote importer and then export from Notion as Markdown.

3 Likes

Yarle worked great for me on macOSā€¦ Just cloned the repo, ran a few commands to set it up (as shown in the readme), and it was able to process 99% of my Evernote files without issue. There are just a handful that an error printed for that Iā€™ll need to manually check.

1 Like

Hi @Vadych!

Iā€™m sorry, I missed this thread.
Could you please share a bit more info about the failure?
You can reach me on PM.
Cheers,
akos

2 Likes

Everything worked out. I had to install Node.js for this instruction.
You must install version 10.18.1
After npm i there were error messages. The in needs to be fixed by running npm audit fix
Then follow the instructions. It worked perfectly

1 Like

Or in any case npm audit fix --force, but be careful! And then npm rebuild.

For those who arrive here after the release 2.9.0 of Yarle, it now supports any Node version > 10, and some Evernote notes which would fail to convert are now OK.

I was last hacking on the python scripts in GitHub - exomut/evernote-dump: Convert Evernote .enex files to markdown and extract the attachments with correct file dates. trying to fix places it was breaking for my notes.

Curious to try yarle. Anyone know if it works for some types of webclipper notes? A lot of my notes are of the form (Clip to Evernote > Bookmark)

Notes of Web Clips are not supported (yet)."

Important!
Donā€™t upgrade to Evernote 10. We have introduced restrictions on the selection of a maximum of 50 notes.
And it works very poorly

4 Likes

Evernote 10 is a complete disaster.

3 Likes

The good news is, Evernote having turned into an absolute unusable disaster should be a benefit to Obsidian. I waited and suffered with version 7.x for years before they dropped v10ā€¦and that was the straw that broke the camelā€™s back and pushed me to seek refuge in Obsidian.

I just wish there was a really great way to import my EN notes. Iā€™ve tried YARLE but it still mangles a lot of stuff and cleaning up notes is so tedious.

3 Likes

You just described me. Version 10 of Evernote came out, broke my file links, and that was that for me.

Keep in mind that yarle may fail to convert some notes. It converted 99% for me, but I doubt you want to discover later that a note that you really need is missing. For some reason it was not obvious for me during the conversion that it was not 100% successful. So be vigilant.
Otherwise yarle is a good tool to get the job done and move away from Evernote, which no longer works for me after many years of paid subscription.

Hi @Scientist !

Could you please provide me some insights about which kind of notes were failed to be converted?
Iā€™m glad to improve the code to let you reach 100% .

Apologies if I am way off base here, but what worked for me was using Evernote Legacy to Joplin and then to Obsidian. I had the extra step of having to import OneNote into Evernote, but maybe Evernote Legacy could help?

Iā€™m trying to debug it, but so far I was not able to find enough time to finish the process. My gut feeling is that itā€™s related to the case (in)sensitivity on macOS. By default macOS uses a non-case sensitive filesystem. I see that yarle resolves duplicates and assign them unique file names, but I guess the conversion code uses a case sensitive matching, which inadvertently leads to a file overwrite (i.e. same output for two notes that different only in the letter case). I came to this hypothesis based on what notes are missing.
Take it with a grain of salt though - itā€™s just a hypothesis. I didnā€™t have time to understand it in details.

1 Like

Could anyone give me a help?

(node:83256) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see Command-line options | Node.js v15.10.0 Documentation). (rejection id: 2)
(node:83256) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.