Online Notepad in your browser, no signup
Table of contents
Most "online notepad" tools give you one box that autosaves - useful, but it means one typo or an accidental select-all-delete can wipe out something you cannot get back. This one keeps everything a simple notepad does (multiple notes, autosave to your browser, export as .txt or .md) and adds what a plain notepad does not: version history. A few seconds after you stop typing, a snapshot of that note is saved; you can browse past versions and restore any of them, non-destructively - restoring saves your current text as a version too, so undoing a restore is just restoring the entry above it.
Text tools look simple until a whole page, including the navigation, gets analysed and the result is nonsense. Feed it the passage you actually care about.
Online Notepad is a good fit when drafting something you are editing heavily and might want to roll back - a cover letter, a post, a difficult email.
In plain English
Online Notepad is built around a few practical wins, not a long feature list:
- Multiple notes, switchable from a sidebar list, each with its own version history.
- Autosaves to this browser as you type - no save button, no lost work from a closed tab.
- Version history most notepads do not offer - restore an earlier draft without losing your current one.
- Export as plain text or Markdown at any time, for any note.
How to run it
- Create a note. Click "New note" - it saves to this browser automatically as you type, no save button needed.
- Write freely. A version snapshot is recorded a few seconds after you pause typing, so history builds up on its own.
- Restore an earlier version if needed. Open Versions on any note, find the timestamped entry you want, and click Restore - your current text is preserved as a version first.
- Export when you are done. Download any note as a .txt or .md file at any time.
Real situations
- Drafting something you are editing heavily and might want to roll back - a cover letter, a post, a difficult email.
- Quick notes during a call or meeting that need to survive a browser restart.
- Keeping several short-lived notes (a packing list, a shopping list, meeting notes) without creating files on disk.
- Writing a first draft you plan to export into another editor once it is further along.
Small habits that help
- Version snapshots are saved a few seconds after you pause typing, by design - typing continuously does not create a new version every keystroke, or history would be an unusable wall of near-duplicates.
- Restoring an old version does not discard your current text - it is saved as a version first, so you can restore back to it if the older version was not actually what you wanted.
- Notes and their version history live in THIS BROWSER only - they will not appear on another device, and clearing your browser data will remove them. Export anything important.
- Use .md export if you plan to open the note in a Markdown-aware editor later; .txt is the safer universal choice for plain reading.
Skip these
- Assuming notes sync across devices or browsers - they do not; this is local browser storage, not an account-based service.
- Clearing browser data/cookies without exporting notes first - that will delete them permanently.
- Expecting every keystroke to create a version - versions are intentionally debounced to a few seconds of idle time so history stays useful rather than becoming noise.
- Relying on this as the only copy of something critical - export a .txt or .md backup for anything you cannot afford to lose.
Does anything leave your device?
Online Notepad runs in your browser. The file or text you paste stays on your device. There is no account, and nothing is stored on a ToolBox server for this job.
Related tools worth opening next
If this is one step in a longer job, these usually come after it:
- Notes - Simple notes saved locally in your browser
- Word Counter - Count words, characters and sentences
- Markdown Editor - Write and preview Markdown
FAQ
Where are my notes actually stored?
In this browser's local storage, on this device only. Nothing is uploaded to a server, which also means notes will not appear if you open the site on a different device or browser, or in a private/incognito window.
How is this different from the "Notes" tool?
Both autosave locally and support multiple notes. Online Notepad additionally keeps a version history for each note - automatic snapshots you can browse and restore - which the simpler Notes tool does not track.
How often is a version saved?
A version snapshot is saved a few seconds after you pause typing (not on every keystroke), and only when the text has changed meaningfully since the last snapshot - this keeps the history list useful instead of cluttered with near-identical entries.
What happens to my current text if I restore an old version?
It is not lost - your current text is saved as a new version first (if it differs from what you are restoring), so it appears at the top of the version list and can itself be restored if you change your mind.
Is there a limit to how many notes or versions I can keep?
You can create as many notes as you like. Each individual note keeps its 25 most recent versions - older ones are dropped automatically to keep browser storage from growing without bound.
Open the Online Notepad when you are ready. It is free, and you do not need an account.