CharlesChiuGit / Logseq-Git-Sync-101

This repo aims to help Logseq users to sync their data with Git and GitHub.
MIT License
992 stars 81 forks source link

Be objective to Syncthing :) Working solution exists on iOS #40

Open artjomsR opened 3 months ago

artjomsR commented 3 months ago

In the guide here https://github.com/CharlesChiuGit/Logseq-Git-Sync-101#why-use-git--github-to-sync-logseq-graph it mentions that syncthing is not available on iOS, but that is not true - I've been using https://www.mobiussync.com/ to sync iOS and PC, and I'm pretty happy with it.

For iOS, there are several advantages over Working Copy:

Disadvantages of Möbius Sync:

Setup on iOS:

Overall I'm happy with syncthing, I've been using this setup with no issues for several months. Möbius Sync keeps backups of the synced files as well, so even if there's file conflicts, you can recover easily

https://github.com/CharlesChiuGit/Logseq-Git-Sync-101/assets/6875790/fe5820c8-33a2-4a85-bf66-09fd51e4b89f

CharlesChiuGit commented 3 months ago

Wow! I didn't know this app exists! Thanks for letting me know. I will make a note below the graph and link it to this issue when I got time, thanks again.

btw, u can set up git hooks or git config to avoid Linux/Windows newline issues. :)

artjomsR commented 3 months ago

Thanks! I know you can set up git hooks, but it's yet another thing to configure. And 1 less thing to worry about with syncthing :)