← Back to Product Feed

Hacker News Show HN: Werner – A native Markdown editor for macOS with four view modes

A Markdown editor that combines plain file ownership with a high-quality writing experience, avoiding proprietary databases and offering robust GFM support.

3
Traction Score
2
Discussions
Apr 26, 2026
Launch Date
View Origin Link

Product Positioning & Context

AI Executive Synthesis
A Markdown editor that combines plain file ownership with a high-quality writing experience, avoiding proprietary databases and offering robust GFM support.
Werner addresses a critical pain point for developers and technical writers: the trade-off between data ownership (plain Markdown files) and a sophisticated editing experience. Its multi-mode approach, particularly the robust WYSIWYG with custom GFM serialization, differentiates it from many existing solutions that either lock data or compromise rendering fidelity. The 'no lock-in' strategy resonates strongly with users valuing control over their content. Built with modern native technologies (Tauri, Rust, React), it promises performance and a polished macOS experience. While lacking collaboration or cross-platform support currently, its focus on core editing excellence and user data sovereignty positions it well within the productivity software market, appealing to a discerning user base.
I built Werner because I wanted a Markdown editor that didn't make me choose between plain files I own and a writing experience that actually feels good. Most apps pick one side: either a glorified textarea over .md files, or a "nice" editor that swallows my notes into a proprietary database.Werner stores plain .md files in folders you choose, but offers four ways to work with them, switchable per-document:Source — CodeMirror 6 with markdown syntax highlightingSplit — source + live previewPreview — rendered output onlyInteractive — a real WYSIWYG (TipTap 3) that round-trips to clean GFMThe interactive mode was the hardest part. TipTap's default Markdown serializer mangles GFM features I care about — table column alignment (:---:), task lists, strikethrough, hard breaks (two-space convention). So I wrote a custom ProseMirror→Markdown serializer that handles all of them and survives round-trips without diff churn.A few other things that might be of interest:Unified search across all four modes. One query, three adapters (CM6 search API, a custom ProseMirror decoration plugin, DOM injection for the preview). Query persists when you switch modes.Stack: Tauri (Rust backend), React + TypeScript, Tailwind v4 with an OKLCH-based token system, shadcn/ui. Markdown rendering happens in Rust via IPC.Mac App Store sandbox done properly. Security-scoped bookmarks for "open this folder and remember it," with a reconnect flow when bookmarks fail (e.g., external drive unmounted).No lock-in. Files stay where you put them. Delete the app and your notes are still just .md files in folders.It's on the Mac App Store: https://apps.apple.com/ua/app/werner/id6758157982?mt=12. FreeThings I know I haven't solved yet: No plugins yet, no realtime collaboration, no vim mode, no Win/Linux builds yet.Happy to dig into any of it — the GFM serializer, the search architecture, the sandbox bookmarks, the Tauri tradeoffs vs. Electron, or anything else
Markdown editor macOS plain .md files CodeMirror 6 live preview WYSIWYG TipTap 3 GFM

Related Ecosystem & Alternatives

Discover adjacent products, open-source repositories, and developer tools sharing similar technical architecture.

Deep-Dive FAQs

What is Werner – A native Markdown editor for macOS with four view modes?
Werner – A native Markdown editor for macOS with four view modes is analyzed by our AI as: A Markdown editor that combines plain file ownership with a high-quality writing experience, avoiding proprietary databases and offering robust GFM support.. It focuses on Werner addresses a critical pain point for developers and technical writers: the trade-off between data ownership (plain Markdown files) and a soph...
Where did Werner – A native Markdown editor for macOS with four view modes originate?
Data for Werner – A native Markdown editor for macOS with four view modes was aggregated directly from the Hacker News community ecosystem, representing raw developer and early-adopter sentiment.
When was Werner – A native Markdown editor for macOS with four view modes publicly launched?
The initial public indexing or launch date for Werner – A native Markdown editor for macOS with four view modes within our tracked developer communities was recorded on April 26, 2026.
How popular is Werner – A native Markdown editor for macOS with four view modes?
Werner – A native Markdown editor for macOS with four view modes has achieved measurable traction, logging over 3 traction score and facilitating 2 recorded discussions or engagements.
Which technical categories define Werner – A native Markdown editor for macOS with four view modes?
Based on metadata extraction, Werner – A native Markdown editor for macOS with four view modes is categorized under topics such as: Markdown editor, macOS, plain .md files, CodeMirror 6.
What are some commercial alternatives to Werner – A native Markdown editor for macOS with four view modes?
Our semantic intelligence engine identifies potential commercial alternatives in the SaaS space, such as showmd, which offers overlapping value propositions.
How does the creator describe Werner – A native Markdown editor for macOS with four view modes?
The original author or development team describes the product as follows: "I built Werner because I wanted a Markdown editor that didn't make me choose between plain files I own and a writing experience that actually feels good. Most apps pick one side: either a glorified..."

Community Voice & Feedback

No active discussions extracted yet.

Discovery Source

Hacker News Hacker News

Aggregated via automated community intelligence tracking.

Tech Stack Dependencies

No direct open-source NPM package mentions detected in the product documentation.

Media Tractions & Mentions

No mainstream media stories specifically mentioning this product name have been intercepted yet.

Deep Research & Science

No direct peer-reviewed scientific literature matched with this product's architecture.