Notepad

Last saved: Never
Developer Notepad
Store your coding snippets, commands, and quick references in Markdown format. Perfect for keeping your development notes organized and accessible.
⚠️
Important: Your notes are stored in your browser's IndexedDB and may be lost when clearing browser data. Use the export button regularly to backup your important notes.
Characters: 0Words: 0Lines: 1
Auto-save enabled
Markdown Quick Reference
Common Markdown syntax for formatting your notes

Headers

# H1 Header
## H2 Header
### H3 Header

Text Formatting

**Bold text**
*Italic text*
`Inline code`
~~Strikethrough~~

Lists

1. Numbered list
- Bullet list
- [x] Task list
- [ ] Unchecked

Links & Images

[Link](url)
![Image](url)
<https://example.com>

Code

```language
code block
```

Other

> Blockquote
--- Horizontal rule
| Table | Cell |