Comparing Markdown Editors and How to Choose
Markdown is plain text with simple marks for headings, lists, and links, so your writing stays readable and portable forever. The editor you pick shapes the experience: some are bare, some preview live, some manage images and export. Choose by how you write and where the files live.
One: Three Shapes of Editor
- Minimal writers: just you and the text, maybe a preview toggle. Examples: Typora (paid, seamless live preview), iA Writer (calm, focus mode).
- Note-app hybrids: Markdown underneath, with organization and sync. Examples: Obsidian, Bear, Joplin.
- Dev-style editors: VS Code with Markdown plugins, good if writing lives next to code.
- Typora exports to PDF/Word/HTML cleanly.
- VS Code needs a pandoc or Markdown plugin.
- Note apps vary: Obsidian uses a community plugin; Bear exports nicely but is Apple-only.
- Some copy images into a local folder next to the note (portable, but clutters).
- Some upload to a host (convenient, but ties notes to a service).
- Some keep absolute paths that break when you move the note.
- Pick the shape by whether you write or manage a library.
- Try live preview vs split view and keep what fits.
- Prioritize clean export to PDF/Word/HTML.
- Understand the editor's image-handling policy.
- Store plain
.mdyou own; avoid lock-in. - Confirm cross-platform support if you use several devices.
- Add plugins only when a real gap appears.
- Prefer editors that store plain text you can open anywhere.
- Try the free tier before paying for features you will not use.
- A calm writing surface often beats a feature-packed one.
- Try the editor on a real project for a week before committing.
- Keep images in a subfolder next to the note for portability.
- Export a sample to confirm the formatting survives the round trip.
The shape you want depends on whether you mostly "write" or mostly "manage a library."
Two: Live Preview vs. Source
Typora shows the formatted result as you type — no separate preview pane. Many love it; some miss seeing the raw marks. Others prefer a split view (source left, preview right) so they can check the syntax. Try both; preference is personal.
Three: Export Matters More Than You Think
You will eventually need a PDF, Word, or HTML version. Check how the editor exports:
If sharing polished documents is part of your work, prioritize export quality.
Four: Image Handling Is the Long-Term Difference
Plain Markdown stores images as links to files. Editors differ in how they manage those files:
If your notes have many screenshots, pick an editor whose image policy you understand, or your links will rot.
Five: Sync and Ownership
Note-app hybrids often sync via their cloud. If owning your files matters, prefer an editor that stores plain .md files in a folder you control, synced by your own tool (a cloud drive or Syncthing). Then no vendor lock-in; you can open the same files in any editor.
Six: Plugins and Growth
Obsidian's power is its plugin ecosystem — graphs, templates, PDF annotation. That is great if you want a knowledge base, less so if you just want to write a letter. Match the ecosystem to ambition: simple writing needs little; a second brain needs extensibility.
Seven: Cross-Platform
If you write on phone, tablet, and desktop, confirm the editor exists on all and syncs sanely. A beautiful desktop editor that has no mobile app will fragment your notes.
Common Questions
Which shape of editor should I pick? A minimal writer (Typora, iA Writer) if you mostly compose; a note-app hybrid (Obsidian, Joplin) if you manage a library; a dev-style editor (VS Code) if writing lives next to code. Match the shape to whether you mostly write or mostly organize.
Live preview or split view? Typora shows formatted text as you type — no separate pane. Others show source beside preview so you can check syntax. Try both; the preference is personal, and either is fine.
Why does export matter? You will eventually need PDF, Word, or HTML. Typora exports cleanly; VS Code needs a pandoc or plugin; note apps vary. If you share polished documents, prioritize export quality.
How do editors handle images? Some copy images into a local folder (portable but clutters), some upload to a host (convenient but ties notes to a service), some use absolute paths that break on move. Pick a policy you understand, or links rot.
Sync and ownership? Note hybrids often sync via their cloud. If owning your files matters, store plain .md in a folder you control and sync with your own tool, avoiding vendor lock-in.
Do I need cross-platform? If you write on phone, tablet, and desktop, confirm the editor exists on all and syncs sanely; a desktop-only gem will fragment your notes.
Quick Checklist
Risk Tips
Avoid editors that store notes in a proprietary format you cannot export — if the app dies, your writing may go with it; stick to plain .md you can open anywhere. Watch image links: absolute paths break the moment you move a note, so prefer relative paths or an editor that manages them. Be cautious with cloud-only note apps; if the account lapses, retrieval can be painful. And keep a periodic export/backup of important notes, because a sync error can silently blank a file.