N Safe Online Notepad

Markdown Notepad in Your Browser

Write in plain text or markdown. Toggle the preview to see your formatted output side-by-side.

Open the markdown notepad →

Markdown that just works

Press Ctrl+M to split the editor and show a live preview. Every keystroke updates the rendered view. No build step, no signup, no waiting.

Supported syntax

What you typeWhat you get
# HeadingTop-level heading
## SubheadingSection heading
**bold**bold
*italic*italic
`code`code
```fenced```Code block
- list itemBulleted list
> quoteBlockquote
[text](url)Hyperlink

Why a markdown notepad?

Markdown is the fastest way to write structured text without leaving the keyboard. It's the format used by GitHub, Reddit, Discord, Notion, Obsidian, and most static site generators. Knowing markdown means your notes are portable — paste them anywhere and they keep their structure.

"Markdown is the lingua franca of plain text writing in 2026." — pretty much every developer

What this isn't

This is a fast browser notepad with markdown preview, not a full markdown IDE. If you need plugins, syntax highlighting per-language, math rendering, or wiki-style linking, you want Obsidian or Typora. For quick notes, drafts, and meeting agendas, this is faster.

Start writing →