How I sync my obsidian vault for free
I’m just going to put my summary here, It took me a few days to figure out the best way to do this. I tried many, many ways of doing this, and looked through quite a lot of material online and eventually landed on this
Syncing through git is the best way to sync obsidian. Through platforms like github there aren’t any size limits, and if you try hard enough you can get it to work everywhere.
Desktop#
For desktop I used the git plugin
If you are familiar with git it is easy to set up, and it works well. I set it up to commit and push automatically every 0.5 minutes. You can also manually commit and push if you prefer
Mobile#
I use android, and I tried the git plugin on there, but there were too many glitches. I ended up finding this app GitJournal
All I had to do was sign in and pick my repo. It isn’t very pretty, but it gets the job done well.
I had to tweak some settings in the add and in obsidian so that they could both render thing correctly from each other, such as images, but now it works fairly seamlessly.
Hopefully this helps you , lmk if you have questions.