notes
A plain notepad. Each note is one piece of text with its own id, and the list you see is filtered live by whatever you last searched. Notes are trimmed on the way in, an empty note is refused rather than stored, and the whole list can leave as a text file whenever you like.
Using
- add appends a note; edit rewrites one in place; remove deletes it.
- Ids are never reused, so a removed note's id stays gone.
- search filters case-insensitively; an empty search shows every note.
- clear wipes the whole list at once.
- export downloads everything as notes.txt, one note per line.