/01 A scratchpad for knocking text into shape
Somewhere to dump text and clean it up: change case, sort lines, strip duplicates, trim whitespace and tidy up the formatting that survived a copy and paste. The sort of small, annoying jobs that otherwise mean opening a code editor or writing a throwaway script.
Paste in, apply the operations you need, copy back out.
/02 Typical cleanup jobs
Lists copied out of spreadsheets, emails or PDFs arrive with inconsistent capitalisation, trailing spaces, blank lines and duplicate entries. Converting a column of names to title case, sorting a list alphabetically, or removing repeated rows takes seconds here.
Because the operations are applied in the order you choose, you can chain them — trim, then deduplicate, then sort — without saving anything in between.
/03 An online notepad that stays on your device
Sometimes you just need somewhere to paste text, jot a note or hold a list while you work. This online notepad opens instantly with no account, and what you type is saved in your browser's storage on this device, so it is still there if you close the tab and come back later. Nothing is sent to a server.
That also means it is private to this browser. Your notes will not appear on your phone or another computer, and clearing your browser data clears them too, so download anything important as a text file when you are done.
/04 Text tools built into the notepad
The notepad doubles as a text cleanup kit. Change case to UPPERCASE, lowercase, Title Case or Sentence case. Sort lines alphabetically or by length, reverse or shuffle them, and remove duplicate or empty lines. Trim stray spaces, join lines together, or wrap text at 80 or 120 characters.
Find and replace works with plain text or regular expressions. The extract tools pull every email address, URL or number out of a messy block of text into a clean list, which is ideal for tidying up copied spreadsheets, logs and web pages. Add or remove line numbers, and encode or decode URLs, all without leaving the page.