Notes Plus is the Markdown-first Apple Notes alternative — here is how it fits your publish-anywhere stack
Notes Plus dropped on Show HN on September 1, 2026 — a macOS-native notes app that stores every note as a local .md file. Combined with a client-side Markdown to rich-text converter, it turns Apple Notes' strongest habit (write-anywhere capture) into a clean publishing pipeline.
If you have ever copied a paragraph out of Apple Notes and watched the heading, bold, and bullet list collapse into flat text, you have run into the gap. Apple Notes is the most-used notes app on the planet, but its file format is Apple's own. For years that meant a rough edge between quick capture on iPhone or Mac and a finished post on LinkedIn, X Articles, or Medium.
A new Mac app called Notes Plus takes a different bet: same Apple Notes feel, but every note lives on your disk as a real .md file, inside folders you control. The author posted it to Show HN on September 1, 2026 with the line "clone of Apple Notes, but every note is a local Markdown file". The site at notesplus.io describes the project as a personal summer-of-unemployment build, currently in early alpha with bugs and rough edges — and priced at $19 one-time after the beta, free during alpha. iOS, Windows, and most Linuxes are on the roadmap.
For someone who writes professionally, that combination — Markdown as the source of truth, plus a clean path to formatted publishing — is the whole point. Notes Plus handles the capture and editing surface on macOS. The end-of-pipeline step, turning the polished note into a formatted post, is exactly the gap that a client-side converter like md2rich fills.
What Notes Plus actually does
The simplest mental model is that Notes Plus is a single-user notes surface for people who want Apple Notes' keyboard-driven capture feel and a real file format under the hood. The site lists twelve features that are unusual for a notes app in 2026:
- Local Markdown files, not a database. Every note is a clean
.mdfile in a folder you control, with as many subfolders as you want. - Tags, priorities, favorites. You can mark a note now / high / medium / low, define custom priorities with custom colors, and filter folders by tag or priority.
- Kanban / JIRA swimlane view. A folder becomes a swimlane, and notes become tickets that drag and drop — every ticket stays a plain Markdown file on disk.
- Inline rendering for math, diagrams, and code. LaTeX, KaTeX, MathJax, AsciiMath, Mermaid, PlantUML, Graphviz / DOT, Vega-Lite, mhchem, and footnotes / citations render in the preview.
- Split view: Markdown source and preview. Edit raw text on one side, see the rendered preview on the other — the same dual-pane pattern that Obsidian and VS Code ship.
- Smart search, backlinks, syntax highlighting, keyboard shortcuts. Standard power-user features, all running on local files.
The current build is v0.3.0, distributed as separate signed and notarized .dmg downloads for Apple Silicon (M1, M2, M3, and newer) and Intel Macs. It requires macOS Sequoia or newer. There is no App Store listing yet — the author has flagged uncertainty about Apple's position on a Markdown-native clone, but the binaries are notarized so they run cleanly on a stock Mac without scary warnings.
Why the Markdown-native approach matters for publishing
The strongest habit of Apple Notes is friction-free capture. The strongest habit of Markdown is that a file outlives any app — it opens in Obsidian, VS Code, Vim, GitHub, or a plain text editor. Notes Plus keeps both habits: the capture surface feels like Notes, but the underlying file format is the one that has survived twenty years of editor churn.
That matters for publishing because the LinkedIn, X Articles, and Medium editors do not accept Apple Notes' database files, and they do not accept raw Markdown source either. They accept rich text — formatted paragraphs with headings, bold, and lists that the platform's editor renders natively. The traditional fix has been to write Markdown somewhere, copy it out, and re-format it by hand. The newer fix is to convert Markdown to rich text locally, in your browser, with no upload step — the workflow we wrote about in Apple Notes Markdown export roundup.
Notes Plus does not do that conversion itself, and it does not need to. Its job is to be a great place to draft the note, save it as .md, and let a downstream tool handle the publish step. That separation keeps the writing app focused and the publishing step modular.
Two examples, Notes Plus in and rich text out
Here is how a typical LinkedIn-style post moves through the stack. First, the Markdown draft as it would sit inside Notes Plus — same syntax you would type in Obsidian or VS Code, rendered live in the preview pane:
# Shipping faster with plain text
**The takeaway:** write once, format anywhere.
- Draft in Notes Plus (free, on your Mac)
- Export Markdown, keep the source portable
- Convert to rich text locally
- Paste into LinkedIn or Medium ready to publish
After conversion through md2rich, that same content becomes a bold headline, an emphasized opening line, and a clean bulleted list that LinkedIn renders natively — no manual re-formatting, no toolbar fight. The conversion runs entirely in the browser, so nothing is uploaded and no account is needed. A second example with a link, for a Medium-style piece:
# Why I keep my workflow in Markdown
A Markdown file is just text, so it lasts longer than any app.
Draft in Notes Plus, then publish with formatting here: [md2rich](https://md2rich.com/)
The link and heading survive the conversion as real rich-text elements rather than raw text. That is the whole point of the stack: you keep the convenience of plain-text drafting and still end up with a polished, formatted post.
Notes Plus vs Apple Notes vs Obsidian vs md2rich
Each tool in this stack earns its keep by being the best at one specific job. Conflating them is what makes "Markdown workflow" feel overwhelming, so here is the honest split.
- Apple Notes — best at friction-free capture on iPhone, iPad, and Mac, with iCloud sync. Writes to Apple's proprietary database. Markdown import and export landed in iOS 26, and iOS 27 adds Markdown copy-and-paste.
- Notes Plus — best at Mac-native Apple-Notes-feel capture with a real
.mdfile under the hood, plus math and diagram rendering. Free during alpha, $19 lifetime after stable release. macOS only for now. - Obsidian — best at long-form vault-shaped knowledge work with backlinks, plugins, and community themes. Strong Markdown editor, but heavier than a quick-capture notes app.
- md2rich — best at the final conversion step. Client-side Markdown to rich text, no upload, no account, paste-ready for LinkedIn, X Articles, Medium, and Notion. Browser-based, so it runs on any platform with a modern browser.
If you write on a Mac and your post starts as a note, Notes Plus is a credible replacement for Apple Notes' capture step without giving up the file portability that Markdown gives you. If you write on iPhone first and finish on Mac, Apple Notes' iOS 26 Markdown export is still the cleanest path. Either way, the last step is the same: convert the Markdown locally, paste the rich text, publish.
The honest caveats: Notes Plus is an alpha
The author is upfront that v0.3.0 is an early alpha with bugs that might mess up data. The site tells you to back up before you trust it with anything you cannot lose, and the bug-report button in the app is the recommended way to surface issues. There is no App Store listing yet — downloads are notarized .dmg files from the site, and iOS / Windows / Linux builds are roadmap items, not deliverables.
For anyone tempted to make Notes Plus the daily capture surface right away, the practical move is to keep using Apple Notes for capture on iPhone and iPad, and try Notes Plus as a Mac-side scratchpad for draft posts you intend to publish. That uses its strongest feature (Apple-Notes-feel with a real .md file under it) while the alpha matures.
The wider direction: Markdown keeps winning the platform defaults
Notes Plus is part of a broader pattern. Apple added Markdown import and export to Notes in iOS 26, Microsoft brought Markdown-style formatting to Notepad in 2026, and a wave of indie tools — from the headless frameworks we covered in headless Markdown editor frameworks to single-purpose native apps like Markdown Buddy — keep treating plain-text Markdown as the durable layer under richer interfaces.
The takeaway for writers is that the platform-level surface is converging on Markdown as the lingua franca. Notes Plus bets on that convergence by skipping the proprietary wrapper entirely. Whether or not Notes Plus specifically becomes the daily driver for anyone outside its current alpha testers, the direction is clear: keep your words in plain text, and the tools around them will keep improving.
FAQ
What is Notes Plus and what does it do?
Notes Plus is a macOS-native notes app by an indie developer (HN Show HN 2026-09-01, notesplus.io). It mirrors Apple Notes' look and feel but stores every note as a local .md file inside your own folder structure, and renders diagrams, math, and code blocks inline.
Is Notes Plus free and what does it cost after beta?
Yes — Notes Plus is free during the alpha and beta phases, with a $19 one-time lifetime license planned after the stable release, not a subscription. iOS, Windows, and most Linuxes are on the roadmap.
How does Notes Plus differ from Apple Notes?
Apple Notes stores notes in Apple's proprietary database. Notes Plus stores every note as a plain .md file on your disk with no proprietary wrapper, supports folder structures, tags, priorities, Kanban swimlanes, Excalidraw/Mermaid/LaTeX/KaTeX rendering, footnotes, and split-view Markdown source alongside preview.
Does Notes Plus work offline and is it private?
Yes. Notes Plus is offline-first — every note is a local file on your machine, and the app does not require an account. The author notes the binaries are signed and notarized by Apple, and the data stays on the device.
Where does md2rich fit if I already use Notes Plus?
Notes Plus handles capture, organization, and Markdown rendering on the Mac. md2rich handles the final conversion step — turning the Markdown note into rich text that pastes cleanly into LinkedIn, X Articles, Medium, or Notion. Both run client-side, no uploads, no accounts.
Capture in Notes Plus. Publish from your browser.
Notes Plus gives you a Markdown-native scratchpad on the Mac. For the final step — turning the polished note into a formatted post on LinkedIn, X Articles, Medium, or Notion — use a tool that stays on your device. No upload, no account, no rewrite.
Try md2rich