Note Taking Pad
A feature-rich online notepad with Markdown preview and auto-save.
Notes ()
No notes found
Select a note or create a new one
How It Works
Write notes in Markdown or plain text. Toggle the live preview to see rendered output. Notes auto-save to your browser's localStorage every few seconds.
**Note Taking Pad — Write, Format, and Save Notes Online**
A step up from our simple Online Notepad, the Note Taking Pad adds Markdown support with live preview, note organisation, and export options. Perfect for developers, students, and professionals who want richer note-taking without leaving the browser.
**Markdown Support**
Markdown lets you write formatted content with simple plain-text syntax:
- `# Heading 1`, `## Heading 2`, `### Heading 3`
- `**bold**` and `*italic*`
- `- Item` for unordered lists, `1.` for ordered lists
- `> Quote text` for blockquotes
- `` `code` `` for inline code
- ` ```language ``` ` for code blocks with syntax highlighting
- `[Link text](URL)` for hyperlinks
- `| Col1 | Col2 |` for tables
- `---` for horizontal rules
**Features**
- **Split view** — Edit and preview side by side
- **Full preview mode** — See the rendered output full-width
- **Auto-save** — Saves to localStorage every 2 seconds
- **Multiple notes** — Create, switch between, and delete multiple notes
- **Export as PDF** — Download the rendered note as a PDF
- **Export as Markdown** — Download the .md file
- **Copy HTML** — Get the rendered HTML for pasting elsewhere
- **Dark mode** — Easy on the eyes for long writing sessions
- **Word count** — Live word and character count
- **Full screen** — Distraction-free mode
**Use Cases**
*Developers* — Documentation, README drafts, API notes, code snippets.
*Students* — Lecture notes with equation formatting, study guides.
*Writers* — Blog post drafts, article outlines, research notes.
*Project managers* — Meeting notes, action items, sprint notes.
**Keyboard Shortcuts**
- `Ctrl/Cmd + B` — Bold
- `Ctrl/Cmd + I` — Italic
- `Ctrl/Cmd + K` — Insert link
- `Ctrl/Cmd + P` — Toggle preview
- `Ctrl/Cmd + S` — Manual save (also auto-saves)