notemd is a minimalist markdown editor that lives entirely in your browser. Your notes never leave your device.
Notes are stored in your browser's localStorage — never sent to any server.
Split-view editor with real-time markdown rendering and syntax highlighting.
Instant search with result count. Sort by newest, oldest, or alphabetical.
Colour-coded tags on any note. Pin important ones to the top.
Import .md files, export to .md or PDF in one click.
Install as PWA or download the native Android APK — fully offline.
Get notemd on your Android device. No account required — tap to open and start writing instantly. All notes stored on-device, fully offline.
Prefer the web? Open the web app and use "Add to Home Screen" to install as a PWA.
Everything you need in one page.
Click Open App on the homepage. No registration required. Click + in the sidebar to create your first note.
Use the toolbar or type syntax directly. Live preview updates as you type.
Type a tag name in the tags bar and press Enter. Up to 8 colour-coded tags per note.
Click the upload arrow (↑) in the sidebar to load any .md file directly into a new note.
Use Export .md to download raw markdown, or Export PDF for a formatted PDF.
Instant search across all notes. Sort by newest, oldest, or alphabetical.
Right-click (or ···) any note and choose Duplicate to create a copy instantly.
| New note | Ctrl N |
| Bold | Ctrl B |
| Italic | Ctrl I |
| Link | Ctrl K |
| Export .md | Ctrl S |
| Focus mode | Ctrl . |
| Tab → 2 spaces | Tab |
# H1 ## H2 ### H3
**bold** _italic_ ~~strike~~
- unordered 1. ordered - [ ] task
[text](url) 
`inline` ``` block ```
| A | B |
|---|---|
| 1 | 2 |
A small tool built with focus in mind.
notemd.fun is a private-first markdown note-taking app that runs entirely in your browser. No server stores your notes, no account required, no tracking.
Notes are saved to localStorage in your browser and stay on your device. Clearing browser data will erase them — export anything important.
Most note apps ask for an email, sync to a cloud, and show ads or paywalls. notemd skips all of that. It is a tool for writing — nothing more.
Vanilla HTML, CSS, and JavaScript. marked.js for Markdown. highlight.js for syntax highlighting. Capacitor for the Android wrapper. Deployed on Vercel.
Last updated: May 2026
Short version: your notes never leave your device.
Nothing. notemd.fun does not collect, store, or transmit any personal data. No analytics, no error tracking, no advertising.
All content is stored in your browser's localStorage. Never sent to any server. Clearing site data removes them permanently.
The app loads fonts from Google Fonts and scripts from Cloudflare cdnjs. These may log your IP. Installing the PWA eliminates most CDN requests after first load.
Last updated: May 2026
Plain language. Two minutes to read.
notemd.fun is free to use. No account required. Use it for lawful purposes only.
Everything you write belongs to you. We have no access to it, cannot monetise it, and cannot use it. You are responsible for your own backups.
notemd.fun is provided as-is. No guarantees about uptime, data preservation, or fitness for any particular purpose.
To the maximum extent permitted by law, notemd.fun and its authors are not liable for any loss of data or other damages.
Last updated: May 2026
Create a new note or select one from the sidebar.