• 0 Posts
  • 2 Comments
Joined 3 years ago
cake
Cake day: March 23rd, 2022

help-circle
  • I use whichever editor is convienient at the moment and which I lile the UX of (Micro on a terminal, Pulsar on desktop, Markor on mobile), and commit the markdown files to a privately hosted git server (Forgejo). The git server is backed up regularly.

    The editor doesn’t matter too much as long as it doesn’t have spyware and/or AI “features” like vscode.

    When I’m on the go and need to read or write notes I have a clone of the repo on my phone, and if I absolutely need to pull/push to origin I connect via VPN.

    I’m not sure how syncthing or similar work with merging different versions of files from different devices, so I’ve just stuck with git for that reason as well as version control (I make notes about homelab configs and issues so being able to go back is handy).