Live data from Hacker News

Ask HN: How do you synchronise your notes?

news.ycombinator.com

11–20 of 39 posts

Re: Ask HN: How do you synchronise your notes?

#13
I keep notes in markdown in a local folder and sync across machines with git. I tend to use VS Code to edit/read because I like the way its search feature works, but really any text editor would work fine. I sync with a private github repo, but any git remote would be equivalent.

Git history and did tracking is obviously more useful for text-based formats like md than it would be for PDFs, but there's no reason you couldn't include PDFs or other small binary files alongside your notes in the repo.

Re: Ask HN: How do you synchronise your notes?

#16
Local Obsidian + Syncthing.

The magic of obsidian is that I rarely have to actually open obsidian. As the notes are in plain markdown, I usually just do my input from vim or vscode.

The magic of Syncthing is that it's (mostly) a set and forget thing.

The setup works on my PC, laptop, mobile and VPS.

Everything is backed up daily from a single point to a S3 backend with Restic. Also a set and forget thing.

Re: Ask HN: How do you synchronise your notes?

#17
post #9

Joplin - https://github.com/laurent22/joplin/ I use it with end to end encryption enabled and Dropbox as the storage backend.

I used Joplin a few years ago but at some point I couldn’t restore synced notes and had some data-loss. This experience still makes me shy away from using it again…. Has it gotten better?

This happened to me as well. I started using it again though, in combination with joplin cloud. Data loss is still a big issue though. I just recently delete a note and couldn't find a way to restore it. Not sure if it would have been possible to do so, but if it's possible, it should definitely be easier.

Re: Ask HN: How do you synchronise your notes?

#20
I email short notes to myself.

As notes are not a collections of facts but interlinkages of ideas I then take time to sit and put them together with a keyboard then save in a directory tree.

I email myself an encrypted .tar.gz of the directory tree at the end of the day.

Software is Zettlr.

Post reply on HN