1. Enthusiasm and Similar Projects
Users praised the tool and shared numerous similar URL-persistent or localStorage-based editors.
"samcollins: Nice! I made a similar thing but the html for the text editor fits in a data uri..."
"ctenb: I made something similar once, specifically targetted for guitar tablature https://tabviewer.app/"
"gnyman: Funny how I made almost exactly the same but for maps."
2. Browser Crashes from Long URLs
The "Crime and Punishment" example (546k chars) crashed mobile browsers like Chrome and Firefox.
"wwarren: Amazing. The crime and punishment example crashed my iPhoneβs Google Chrome..."
"hallole: LOL Tapping the address bar crashed my Chrome on mobile."
"caminanteblanco: This unfortunately immediately crashed my android firefox nightly browser."
3. Privacy and No-Backend Appeal
Appreciated for hash-only storage (not sent to server) and simplicity, though some noted Cloudflare tracking.
"levmiseri: I really like this from a privacy point of view."
"sublinear: I like these kinds of projects... I'd never trust the claim about 'no tracking'."
"denisinvader: hash part of url only available in the browser, as far as I know, server doesnβt have access to # value"