Comment by Helmut10001
14 hours ago
Most note-taking apps share the same fate: they either become obsolete over time (due to unsupported operating systems, security issues, or discontinued drivers) or end up locking you into a proprietary ecosystem.
My solution was to move to a file-based system — using plain folders, files, symlinks, and relative links. The filesystem is one of the most fundamental and enduring parts of computing infrastructure, which means I can rely on accessing my notes the same way 20+ years from now. It also allows me to plug in containerized tools for viewing or editing notes, without being tied to a specific app. Filesystem APIs are incredibly stable — basic commands like mkdir won’t suddenly be locked behind a subscription.
Plus, there are plenty of options for syncing and real-time collaboration, many of which are self-hostable and vendor-neutral.
You should write about your solution it sounds interesting
This is exactly the route I've taken. Just rely on known tools and filesystem.