file2markdown
evernotemarkdownconverterexportobsidian

Evernote to Markdown: How to Export Your Notes for AI and Obsidian

September 21, 2026

Evernote is one of the oldest note-taking tools around, but it was never built with portability in mind. Unlike Notion, which ships a one-click "Export as Markdown" option, Evernote only lets you export notes as ENEX (its own proprietary XML format) or HTML. If you are migrating to Obsidian, feeding years of notes into an AI assistant, or just want your notes in a format you can actually read in a text editor, you need to convert Evernote to Markdown yourself.

Markdown is the plain-text standard that LLMs, static site generators, and note apps like Obsidian all understand natively. Converting your Evernote export to Markdown means your notes stop being locked inside a proprietary format and become portable, greppable, and ready for AI ingestion.

Why Evernote Doesn't Export to Markdown Directly

Evernote's note editor supports typing some Markdown syntax (like ## or -) and will auto-convert it to rich text as you type, but that is a formatting shortcut, not an export format. When you right-click a note or notebook and choose Export, Evernote gives you exactly two choices: ENEX or HTML (single-page or multi-page), and you can export up to 100 notes at a time or a full notebook in one pass. Neither of those is Markdown, so a conversion step is required no matter which path you take.

Method 1: Export as HTML and Convert (Recommended for Most Users)

For readable notes without complex attachments, exporting as HTML and running it through a converter is the fastest path to clean Markdown.

  1. In Evernote, select the note(s) or notebook you want to export.
  2. Right-click and choose Export.
  3. Choose HTML as the format (single-page HTML works well for individual notes; multi-page HTML for a full notebook).
  4. Choose which attributes to include (tags, created date, author, etc.) and confirm the export.
  5. Unzip the downloaded file to find your .html document(s).
  6. Go to the HTML to Markdown converter at file2markdown and upload the file.
  7. Download the clean .md output.

This works well because Evernote's HTML export preserves headings, lists, bold/italic text, and tables in standard HTML tags, which file2markdown parses into properly structured Markdown rather than leaving you with HTML tags mixed into plain text.

Method 2: Export as ENEX for Full-Fidelity Migration

If you are migrating your entire Evernote archive and need to preserve metadata (creation dates, tags, note history) or notes with embedded images and file attachments, ENEX is the safer export format because it bundles attachments inside the file itself rather than leaving them as separate downloads.

  1. Select the notebook(s) you want to export.
  2. Right-click and choose Export, then select ENEX (Evernote XML Format).
  3. Save the .enex file.

An .enex file is XML, so for a single note or a small batch, you can run it directly through file2markdown's XML to Markdown converter to pull out readable text. For a full-vault migration with inline images and attachments intact, a purpose-built ENEX importer (like the official Obsidian Importer plugin or the open-source evernote2md CLI) will unpack the base64-encoded resources for you first — after which you can still run the resulting Markdown through file2markdown if you want to normalize formatting across notes exported at different times.

Comparing Your Options

MethodProsConsBest For
HTML export + file2markdownSimple, preserves formatting, no plugins neededAttachments download separatelyIndividual notes, readable content
ENEX + dedicated importerPreserves metadata, bundles attachmentsRequires a third-party tool (Obsidian Importer, evernote2md)Full-vault migrations
ENEX + file2markdown XML converterNo extra software to installLess reliable with heavily nested attachmentsSmall batches, text-only notes

Why Convert Evernote Notes to Markdown for AI?

If you are building a personal knowledge base or RAG pipeline, dumping raw Evernote exports into an LLM produces poor results — ENEX's XML wrapper and HTML's markup both add noise that eats into your context window and can confuse retrieval. As covered in our guide on why Markdown is the lingua franca of AI, LLMs parse clean, structured Markdown far more reliably than raw HTML or XML.

Once your notes are in Markdown, they also drop straight into Obsidian as a vault, or into a RAG pipeline for chunking and embedding, without any proprietary formatting getting in the way.

Frequently Asked Questions

Does Evernote have a built-in Markdown export option?

No. Evernote's export menu only offers ENEX (its proprietary XML format) or HTML. There is no native "Export as Markdown" button, unlike Notion or OneNote.

What is an ENEX file?

ENEX is Evernote's own XML-based export format. It bundles note content, metadata (tags, dates, author), and attachments like images and PDFs into a single file, which is why it's the recommended format for full backups or migrations.

Can I convert a large Evernote notebook to Markdown at once?

Evernote lets you export up to 100 notes or a full notebook in a single ENEX or multi-page HTML export. For notes with lots of embedded images and files, a dedicated ENEX importer (such as the Obsidian Importer plugin) will handle attachment extraction more reliably than a generic converter; for text-heavy notes, exporting as HTML and using file2markdown is faster.

How is this different from converting Notion or OneNote to Markdown?

The underlying goal is the same, but Notion offers a native "Markdown & CSV" export and OneNote has its own export quirks — see our guides on Notion to Markdown and OneNote to Markdown. Evernote is the odd one out: no native Markdown export at all, so HTML or ENEX conversion is mandatory.


Ready to turn your Evernote export into clean, AI-ready Markdown? Try our free document to Markdown converter today.

The Markdown Memo

A fortnightly note for lawyers, researchers, accountants, and anyone else drowning in PDFs, scans, and decks. No spam.