MarkPad++ is a small Markdown editor for Windows. It opens instantly, works entirely offline, and never asks you to sign in to read your own notes.
Write in the source, press Ctrl+E to read it rendered, and keep your place either way.
Free · Windows 10 version 1809 or newer · no telemetry
SourceCtrl+EReader
Each tab keeps its own text, undo history, caret and place in the document. Drag them into order, close with Ctrl+W, and reopening a file brings its tab forward instead of duplicating it.
The reader opens at whatever the editor was showing, and scrolling it moves the editor to match. No split pane to manage, no jumping back to the top.
Ctrl+Shift+H wraps the selection in ==marks== and paints the passage in the editor and in the rendered page alike.
Write the rendered document out as .pdf, .docx or .odt — formatting, tables, links and images included, Markdown punctuation left behind.
Find highlights all matches and wraps around, with optional case and whole-word matching. Terms are always literal, so a dot matches a dot. Replace All is a single undo step.
One theme drives the editor, the chrome, the rendered page and the native Windows title bar. Switch from View › Theme and nothing is left behind.
Applying a format a second time removes it again, and heading shortcuts replace the level rather than stacking onto it. The full list — tabs, find, navigation — is on the docs page.
| Action | Shortcut | Markup |
|---|---|---|
| Bold | Ctrl+B | **text** |
| Italic | Ctrl+I | *text* |
| Highlight | Ctrl+Shift+H | ==text== |
| Strikethrough | Ctrl+Shift+X | ~~text~~ |
| Inline code | Ctrl+` | `text` |
| Link | Ctrl+K | [text](url) |
| Heading 1–3 | Ctrl+1…3 | # text |
| Reader mode | Ctrl+E | — |