ObsidianMD
Unofficial Lemmy community for https://obsidian.md
Just curious, I've never looked into this type of cloud storage before, is there a free tier?
Yes, there is. Look at my analysis of costs: https://github.com/mihakralj/obsidian-cloudsync/blob/main/doc%2Fcost.md
Thanks, that's a very helpful breakdown!
Keep up the good work
Can you please briefly explain how it works as a plugin? Usually syncing is done outside of Obsidian (Sync is exception because it was built in)
Does this plugin also work on mobile?
Plugin now works on mobile as well. 👍
This plugin works inside obsidian. There are SDK calls to Azure, AWS and GCP using their js libraries and plugin compares local files with files in cloud storage and synchronizes as needed.
Currently there are several node.js calls that plugin needs to work - and node is not available in Obsidian on mobile. Refactoring into pure browser mode app is doable and that would make it work on mobile.