Comment on
Sync for Lemmy signup is now open
Boost4Lemmy already put a placeholder into Google Play store so people can get notified when a first build drops.
Doing the same with Sync4Lemmy would be a good idea...
Comment on
Sync for Lemmy signup is now open
Boost4Lemmy already put a placeholder into Google Play store so people can get notified when a first build drops.
Doing the same with Sync4Lemmy would be a good idea...
Comment on
Synchronizing Obsidian Vaults with Azure/AWS/GCP cloud storage
Reply in thread
Yes, there is. Look at my analysis of costs: https://github.com/mihakralj/obsidian-cloudsync/blob/main/doc%2Fcost.md
Comment on
Synchronizing Obsidian Vaults with Azure/AWS/GCP cloud storage
Reply in thread
Plugin now works on mobile as well. 👍
Comment on
Synchronizing Obsidian Vaults with Azure/AWS/GCP cloud storage
Reply in thread
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.
Comment on
Synchronizing Obsidian Vaults with Azure/AWS/GCP cloud storage