deeznutz@lemmy.dbzer0.comtoLinux@lemmy.ml•Recommendations for a FOSS Cross-Platform Note-Taking Application
2·
1 year agoIndeed. Everything is stored in plain markdown files you can move around and edit elsewhere. I’d like to use a FOSS alternative when I can, but second best is something I can easily jump ship from and not lose data.
Raspberry pi/small NUC with a screen, in a digital kiosk mode. Just load a static html file with some js to update the clock. No keyboard, no touch input, no way to break it. Connect to it via ssh over tailscale or wireguard VPN to update the HTML with the notes you’d like to display. This way if internet goes down, the clock still works and whatever was displayed wrt messages stays displayed, and you don’t have to worry about the increased overhead of home assistant changes or updates breaking things. It will remain consistent since it’s just HTML and js. If you want less technical family members to be able to update the display…idk, seems like a headache.