Hacker News new | ask | show | jobs
by gt2 2032 days ago
FWIW I've seen many open source projects like this.

edit: by like this, I was referring to using data/requiring local setup like this

1 comments

Do you remember any names? I've not seen a project do this with anything other than localstorage.
I'll look and report back if I find them. Here's one I came across this morning, in a similar vein:

NotePlan 3, a note taking app that uses local markdown files.

Ah it looks like it's a native app? I was referring to web apps.
I was wondering about The File System Access API (https://web.dev/file-system-access/), might be interesting to look into.
Oh awesome, I didn't even know this existed. Thanks for the heads up.