Ask HN: How do you synchronise your notes?
21–30 of 39 posts
Re: Ask HN: How do you synchronise your notes?
#22Local 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?
#23Joplin - 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?
Re: Ask HN: How do you synchronise your notes?
#24Local 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?
#25I'm using a Hetzner StorageShare, but you can also host it yourself, it's open source.
Re: Ask HN: How do you synchronise your notes?
#26I quite like NextCloud. It's a general purpose file hosting software, so you can dump anything in there. On Desktop I use VS code to write markdown, and on mobile I can edit and preview md files on the fly with the Nextcloud app. And then there's also the dedicated Nextcloud Notes app. I'm using a Hetzner StorageShare, but you can also host it yourself, it's open source.
But they would constantly complain about not being able to sync because a file was open :|
Now I just use NC to do the sync behind the scenes with Obsidian (or emacs, or any other editor of choice)
Re: Ask HN: How do you synchronise your notes?
#27There are good Notes App (with syncing options): - Standard Notes (OSS, E2E encryption, Allows Sync) - AnyType (OSS, E2E encryption, P2P Syncing, Have option to host a node yourself) --- If you want to separate Notes App and Syncing, then you could try following combination: - Obsidian/LogSeq with SyncThing - Obsidian/LogSeq with Git Sync - dendron vscode with Git Sync
Re: Ask HN: How do you synchronise your notes?
#28Re: Ask HN: How do you synchronise your notes?
#29Re: Ask HN: How do you synchronise your notes?
#30Local 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.