2 Comments
User's avatar
jaycee's avatar

One small safety/design note: using localStorage is fine for a toy, but anything serious should treat the hoard as potentially sensitive user notes and add export/delete visibility, provenance, and no silent persistence.

Josh Young's avatar

Noted will see what I can do when I play with it this weekend ty!