Best Markdown Note Apps for Mac (2026)
Markdown keeps your notes portable, readable, and future-proof. But not every 'markdown app' actually stores plain .md files. Here's what does, what doesn't, and which one fits how you work.
Why markdown matters for notes
Markdown is a plain text format. A .md file is just text with some symbols for formatting. **bold**, # heading, - list item. That's it.
This matters because plain text is the most portable format that exists. A markdown file written today will be readable in 50 years. You can open it in VS Code, Sublime Text, vim, TextEdit, or literally any text editor on any operating system. No app lock-in. No proprietary database. No subscription required to access your own writing.
Compare that to Notion, Evernote, or Google Keep, where your notes live in a format you can't read without the app. If the service shuts down, changes pricing, or gets acquired by someone who doesn't care about your data, you're stuck with an export that may or may not preserve your formatting.
Markdown avoids all of that. But here's the catch: not every app that claims to be a "markdown editor" actually stores your notes as .md files on disk. Some use markdown syntax in the editor but save to a SQLite database. Some use their own markdown variant that isn't standard. Some only support markdown export, not native markdown storage.
That distinction matters. So for every app below, I'll tell you exactly where your notes live and what format they're in.
The best markdown note apps for Mac
Obsidian (free)
Obsidian is the most popular markdown note app, and the reason is simple: your vault is a folder of .md files. Period. No database wrapper, no proprietary layer. Open Finder, navigate to your vault, and there are your notes as individual files.
The editor supports live preview (markdown renders inline as you type), a source mode for raw editing, and a reading mode. It handles CommonMark plus extras like callouts, Mermaid diagrams, LaTeX math, and internal wiki-links ([[note name]]).
The plugin ecosystem is where Obsidian becomes a power tool. Over 1,000 community plugins add everything from kanban boards to vim keybindings to AI semantic search. Graph view, bidirectional linking, and daily notes are built in.
Obsidian became free for commercial use in February 2026, removing the old requirement for a paid license in business settings.
The trade-off: Obsidian is not open source. The app is free and your files are plain markdown, but the source code is proprietary. If you care about auditing what runs on your machine, that matters. If you just care about file ownership, it doesn't.
Price: Free (personal + commercial). Sync: $4-8/month.
Storage: Plain .md files on disk.
Markdown: CommonMark + extensions. Live preview, source mode, reading mode.
Best for: People who want a full-featured knowledge base built on plain files.
iA Writer ($49.99)
iA Writer is the opposite of Obsidian. Where Obsidian gives you 1,000 plugins and infinite customization, iA Writer gives you a blank page and a blinking cursor. That's the product.
The editor is designed around distraction-free writing. Focus mode dims everything except the sentence you're typing. The typography is custom-designed for readability. Syntax highlighting marks adjectives, nouns, verbs, and filler words in different colors so you can tighten your prose.
iA Writer stores notes as plain markdown files wherever you want: iCloud Drive, Dropbox, or a local folder. The library organizes files by location and tags pulled from YAML frontmatter.
Content blocks let you embed other markdown files inside a document using /path/to/file.md syntax, which is useful for assembling long documents from reusable parts.
The limitation is that iA Writer is a writing tool, not a note management system. There's no linking between notes, no graph view, no plugins, no search beyond basic text matching. If you need to manage hundreds of interconnected notes, iA Writer will feel too simple.
Price: $49.99 one-time (Mac). Also on iOS, Windows, Android.
Storage: Plain .md files (iCloud, Dropbox, or local).
Markdown: CommonMark. Focus mode, syntax highlighting, content blocks.
Best for: Writers who want a clean, opinionated editor and don't need note management features.
Typora ($14.99)
Typora is a seamless WYSIWYG markdown editor. There's no split pane, no source mode toggle. You type markdown syntax, and it renders immediately in place. Type ## , and the heading appears as a heading. Wrap text in **, and it becomes bold. The markdown characters disappear and you see the formatted result.
This makes Typora feel like a word processor that happens to output .md files. For people who find raw markdown distracting or hard to read, this is the most approachable editor on this list.
It handles tables, code blocks with syntax highlighting, math (LaTeX via MathJax), Mermaid diagrams, and YAML frontmatter. Themes are customizable via CSS. Version 1.12 shipped September 2025, so it's actively maintained despite occasional rumors otherwise.
Notes are plain .md files stored wherever you choose. No database, no cloud requirement.
The limitation is that Typora is a single-file editor. There's a file browser sidebar, but no vault concept, no linking between notes, no tags, no search across files. It's an editor, not a note system. Great for writing markdown, less useful for managing a collection of notes.
Price: $14.99 one-time (3 devices).
Storage: Plain .md files.
Markdown: WYSIWYG inline rendering. CommonMark + GFM + math + Mermaid.
Best for: People who want markdown output with a word-processor feel.
MarkEdit (free, open source)
MarkEdit is a native macOS markdown editor that acts like TextEdit for markdown. Open a .md file, edit it, save it. No library, no vault, no organization system. Just a fast, native editor.
It's built with AppKit (not Electron), so it launches instantly and uses minimal memory. Syntax highlighting, live preview, and a minimal toolbar. Supports macOS features like Handoff and system-wide spell check.
MarkEdit is open source under MIT license. It's one of the few markdown editors that's both truly native and fully open.
The limitation is obvious: MarkEdit is a file editor, not a note app. There's no way to browse, search, or organize notes. You open files one at a time. It's the right tool if you already have a folder of markdown files and just need a clean way to edit them.
Price: Free.
Storage: Plain .md files (whatever you open).
Markdown: Syntax highlighting, live preview. Native macOS app.
Best for: Developers who want a lightweight, native .md file editor without the overhead of a full app.
Zettlr (free, open source)
Zettlr is designed for academic writing. It stores notes as plain markdown files with YAML frontmatter, and its standout feature is deep integration with reference managers: Zotero, JabRef, and Mendeley.
Type @ and Zettlr pulls up your citation library. Insert references in Pandoc-compatible format, and export to PDF, DOCX, HTML, or 30+ other formats using Pandoc. LaTeX math rendering is built in.
It also supports Zettelkasten-style note linking with [[wiki-links]] and has a graph view for visualizing connections. Version 4.3.0 shipped March 2026, so it's actively maintained.
The UI is functional but academic. If you're not writing papers or doing research that requires citations, most of Zettlr's best features won't matter to you. It's also desktop-only — no mobile app.
Price: Free. Open source (GPL-3.0).
Storage: Plain .md files with YAML frontmatter.
Markdown: CommonMark + Pandoc extensions + LaTeX math + citations.
Best for: Academics and researchers who need citation management with plain markdown files.
FSNotes (free / $8.99)
FSNotes calls itself "plain text notes manager for macOS." It stores notes as .md or .textbundle files in a folder you choose. The interface looks like Apple Notes but backed by plain files — sidebar, note list, editor.
It supports two-pane editing, markdown preview, syntax highlighting for code blocks, wiki-links, and tags via frontmatter or inline #hashtags. There's git versioning built in for tracking changes.
FSNotes is open source and available on both macOS and iOS. The Mac app is free on GitHub or $8.99 on the Mac App Store.
It's one of the few apps that feels like a traditional note app (library, folders, tags) while keeping everything as plain markdown files. If Apple Notes stored .md files instead of SQLite, it would look something like FSNotes.
Price: Free (GitHub) / $8.99 (Mac App Store). iOS also available.
Storage: Plain .md or .textbundle files.
Markdown: CommonMark. Two-pane editor, wiki-links, git versioning.
Best for: People who want an Apple Notes-like experience with plain markdown files underneath.
Stik (free, open source)
Stik is the one I built. It's not a markdown editor in the traditional sense — it's a quick capture tool that saves notes as plain .md files.
Press Cmd+Shift+Space, type a thought, close the window. The note saves to ~/Documents/Stik/ as a markdown file. No choosing a folder, no formatting a document. Just capture and go.
What sets it apart from other markdown apps is on-device AI semantic search. Search by meaning, not just keyword. It uses Apple's NaturalLanguage framework, running entirely on your Mac.
Stik doesn't compete with Obsidian or iA Writer on editing features. It has a rich markdown editor with code highlighting and wiki-links, but it's designed for short, fast notes, not long-form writing. The capture-first philosophy is the point.
Price: Free. Open source (GitHub).
Storage: Plain .md files in ~/Documents/Stik/.
Markdown: Rich editor with code blocks, wiki-links, task lists.
Best for: Developers who want instant markdown capture with AI-powered search.
Bear ($2.99/month for Pro)
Bear deserves a mention with a caveat: it uses markdown syntax, but it does not store plain .md files. Notes live in a SQLite database. Bear's markdown variant ("Polar Markup") is close to standard but has differences.
I'm including it because many "best markdown app" lists feature Bear, and you should know what you're getting. The editor is beautiful, the Apple ecosystem integration is excellent, and the web app launched in public beta in 2025. You can export to standard markdown, but your daily working format is not plain .md files on disk.
If file ownership is your priority, Bear doesn't deliver. If you want a polished markdown-syntax editor on Apple devices and don't mind the database, it's one of the best-designed apps in this category.
Price: Free (limited). Pro: $2.99/month.
Storage: SQLite database (not plain .md files).
Markdown: Bear's "Polar Markup" (close to CommonMark, with differences).
Best for: Apple users who want a beautiful markdown-syntax editor and don't care about plain file storage.
Ulysses ($5.99/month)
Ulysses is another app that uses markdown syntax in the editor but stores notes in its own library format, not as plain .md files. Like Bear, it's often listed in "best markdown apps" roundups, so it's worth addressing.
Ulysses is excellent for long-form writing. The "sheets" concept, built-in publishing to WordPress and Ghost, writing goals, and export to PDF/DOCX/ePub make it a professional writing tool. The distraction-free interface is on par with iA Writer.
But if you're looking for an app that stores .md files on disk, Ulysses doesn't qualify. Your notes live in a proprietary database managed by the app. Export to markdown is available, but it's a one-way operation.
Price: $5.99/month (Mac + iOS).
Storage: Proprietary library (not plain .md files). Can use external folders.
Markdown: Ulysses' own "Markdown XL" flavor.
Best for: Professional writers on Apple devices who want publishing integration and don't need plain file storage.
Quick comparison
| App | Price | Plain .md files |
Open source | Editor style | Links between notes | Platforms |
|---|---|---|---|---|---|---|
| Obsidian | Free | Yes | No | Live preview / source | Wiki-links + backlinks | All |
| iA Writer | $49.99 | Yes | No | Distraction-free | No | All |
| Typora | $14.99 | Yes | No | Seamless WYSIWYG | No | Mac/Win/Linux |
| MarkEdit | Free | Yes | MIT | Syntax highlighting | No | macOS |
| Zettlr | Free | Yes | GPL-3.0 | Source + preview | Wiki-links + graph | Mac/Win/Linux |
| FSNotes | Free / $8.99 | Yes | Yes | Two-pane | Wiki-links | macOS / iOS |
| Stik | Free | Yes | Yes | Rich editor | Wiki-links | macOS |
| Bear | $2.99/mo | No (SQLite) | No | WYSIWYG | Tags + backlinks | Apple |
| Ulysses | $5.99/mo | No (proprietary) | No | Distraction-free | No | Apple |
The important question: does it actually store .md files?
This is the dividing line that most comparison articles skip. "Supports markdown" is not the same as "stores .md files."
Stores plain .md files on disk:
Obsidian, iA Writer, Typora, MarkEdit, Zettlr, FSNotes, Stik. Open your notes folder in Finder and you see individual .md files. Switch apps anytime. Your notes are yours.
Uses markdown syntax but stores in a database: Bear (SQLite), Ulysses (proprietary library), Craft (block-based), Joplin (SQLite). You type markdown, but the underlying storage is not plain files. Switching apps means exporting first.
If portability matters to you, choose from the first group. If you value polish and ecosystem over file ownership, the second group has strong options.
What I'd recommend
You want the full package: Obsidian. Plugins, linking, graph view, plain files. The most complete markdown note system.
You want to write, not manage: iA Writer. Opinionated design, focus mode, and nothing else. One-time purchase.
You want WYSIWYG markdown: Typora. The best inline rendering of any markdown editor. $14.99 and done.
You want free and open source: Zettlr for full-featured. MarkEdit for lightweight. Both store plain files.
You want Apple Notes but with .md files: FSNotes. Familiar interface, plain file storage, available on iOS too.
You want instant capture with smart search: Stik. Not a writing tool, but the fastest way to get a thought into a .md file and find it later by meaning.
You want a polished editor and don't care about plain files: Bear. The best-designed markdown-syntax editor on Apple.
Frequently asked questions
What is the best markdown note app for Mac?
For most people, Obsidian offers the best combination of plain .md file storage, features, and platform support. It's free for personal and commercial use. For distraction-free writing, iA Writer ($49.99 one-time) is the standard. For academic writing with citations, Zettlr is free and open source.
Which note apps actually store plain markdown files?
Obsidian, iA Writer, Typora, MarkEdit, Zettlr, FSNotes, and Stik all store notes as plain .md files on disk. Bear and Ulysses use markdown syntax in the editor but store notes in databases, not plain files.
Is Bear a markdown app?
Bear uses markdown syntax for formatting, but it stores notes in a SQLite database, not as plain .md files on disk. You can export notes to standard markdown, but your day-to-day storage is not plain text files. If plain file storage matters to you, Bear is not the right choice despite its excellent markdown editing experience.
What's the difference between a markdown editor and a markdown note app?
A markdown editor (like Typora or MarkEdit) opens and edits .md files one at a time, like a text editor. A markdown note app (like Obsidian or FSNotes) manages a collection of markdown files with features like search, tags, folders, and linking between notes. Both store plain .md files, but note apps add organization on top.
Are there free open-source markdown note apps for Mac?
Yes. Zettlr (GPL-3.0) is a full-featured markdown editor with citation management and graph view. MarkEdit (MIT) is a native, lightweight markdown editor. FSNotes is an open-source note manager with plain file storage. Stik is an open-source quick capture tool that saves notes as markdown files with on-device AI search.
Can I use markdown notes with multiple apps at the same time?
Yes, that's the biggest advantage of plain .md file storage. You can edit the same notes folder in Obsidian, iA Writer, VS Code, or any text editor. The files are just text. Many people use Obsidian for organization and linking, and iA Writer or Typora for focused writing sessions, all pointing at the same folder.