Tested tool guide
Text and writing tools
Checked August 16, 2026
What Online Notepad does, with a checked example
A bare text area is the whole interface: type, and the note saves itself automatically in the browser, so a closed tab or a crash does not lose your work. A live counter tracks words, characters, and lines as you type, a dark-mode toggle switches the surrounding chrome, and markdown-aware formatting lets you preview headings, lists, and emphasis without leaving the page. The surprise most users hit is that auto-save is local, not cloud. Your note lives only in the browser where you typed it, so another device, a different browser, or a cleared site-data setting will not find it.
Worked example
A concrete input and expected output from the current implementation.
Input
The quick brown fox jumps over the lazy dog.
->
Expected output
9 words, 44 characters with spaces (36 without), 1 line, and the text stored exactly as typed.
The sentence has nine whitespace-separated words. Counted exactly as typed, the characters come to 44, including the eight spaces and the final period; excluding the spaces leaves 36 (the letters plus the period). The single line counts as one line.