I like the idea! The different scratch pads are cool. But I'm always a bit worried with localStorage of losing my work, is that a fair concern? If you're looking for feedback, you could consider: - Host the javascript and fonts yourself, only downsides (privacy, slower) in using a CDN. Ko-fi, Google fonts, Google analytics, Cloudflare, Bootstrapcdn, Numoh -- are all these entities required for note taking? - Excessiv…
Unfortunately localStorage is not guaranteed to be persistent, especially on Safari/Webkit.
> Starting in iOS 13.4 and Safari 13.1, LocalStorage will be cleared after 7 days of no user interaction on a site.
7-Day Cap on All Script-Writeable Storage - https://webkit.org/blog/10218/full-third-party-cookie-blocki...
This also affects sessionStorage and Indexed DB, which is commonly used by local-first software that runs in the browser.