Note Editor
Simple local notes.
Loading tool…
What a browser-based note editor is
A note editor is a writing surface with just enough formatting to think in: headings, lists, emphasis, and code blocks, without the page setup, margins, and print machinery of a word processor. The distinction matters because those extras are what make word processors slow to open and awkward for a thought you want to capture in five seconds.
Running one in a browser means the document lives in the page rather than in a file on disk or a record on a server. Text you write is held in the tab, and persistence — if the tool offers it — uses your browser's own localStorage, a small database tied to that browser on that device. That is genuinely private, and it comes with a matching responsibility: clearing your browser data, or switching to another device, means the note is not there.
Why we built this tool
The everyday use is the scratch note: meeting minutes, a draft reply, a snippet copied from somewhere while you decide what to do with it, a list you need for the next ten minutes.
Cloud note apps have made that unnecessarily heavy. They want an account, they sync everything you type to a server, and their business model often depends on holding your data. What people write in a scratch note — passwords in transit, client details, half-formed ideas about colleagues — is not what you want stored on someone else's infrastructure indefinitely. Ours keeps everything in your browser: no account, no sync, no transmission, and nothing for us to lose, because we never receive it.
Tips and common mistakes
- Export anything you need to keep — clearing browser data removes locally stored notes permanently.
- Notes are tied to this browser on this device; they do not follow you to your phone.
- Private or incognito windows discard local storage when closed.
- Treat it as a scratchpad, and move anything important into your real document store.
Quick start: using Note Editor
- Open the editor and start typing — no sign-up, no setup.
- Use the formatting controls for headings, lists, and emphasis as you need them.
- Let the note persist in your browser if the tool offers local saving.
- Export or copy anything you need to keep permanently.
- Remember that clearing browser data removes locally stored notes, so back up what matters.
Turn finished notes into a shareable document with HTML to PDF, or write in Markdown and render it with Markdown to HTML.