v1.0.9 · Windows · macOS · Linux

Markdown editing,
without the bloat.

Live preview, native save dialogs, and your OS webview — no bundled Chromium or Electron. A small C++20 app that stays out of your way.

CI status Tested on Linux, macOS, and Windows

StuckInTheMD split view: Markdown editor on the left, live HTML preview on the right
Split editor with live preview

Features

Download

PlatformInstall
Windows (x64) Latest installer (~2.5 MB)
macOS Build from source (see README)
Linux Build from source (see README)

On Windows 10, install the WebView2 runtime if the window does not appear.

Keyboard shortcuts

Ctrl+O
Open
Ctrl+S
Save
Ctrl+Shift+S
Save As
Ctrl+P
Print
Ctrl+\
Cycle view
F11
Distraction-free
Ctrl+Shift+D
Theme

Build from source

git clone https://github.com/MrChriZ/StuckInTheMD.git
cd StuckInTheMD
bash scripts/bootstrap-third-party.sh
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release

Full platform notes and tests are in the README.