From 1f8754633f519379646c9965e6e40fa2dc6f8673 Mon Sep 17 00:00:00 2001 From: fyears <1142836+fyears@users.noreply.github.com> Date: Sun, 16 Jan 2022 23:07:26 +0800 Subject: [PATCH] add readme for auto sync --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c424941..bb5e9ae 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ As of Jan 2022, the plugin is considered in BETA stage. **DO NOT USE IT for any - Webdav - **Obsidiain Mobile supported.** Vaults can be synced across mobile and desktop devices with the cloud service as the "broker". - **[End-to-end encryption](./docs/encryption.md) supported.** Files would be encrypted using openssl format before being sent to the cloud **if** user specify a password. +- **Scheduled auto sync supported.** - **[Minimal Intrusive](./docs/minimal_intrusive_design.md).** - **Fully open source under [Apache-2.0 License](./LICENSE).** - **[Sync Algorithm open](./docs/sync_algorithm.md) for discussion.** @@ -91,6 +92,12 @@ Additionally, the plugin author may occasionally visit Obsidian official forum a - Your data would be synced to a `${vaultName}` sub folder on your webdav server. - Password-based end-to-end encryption is also supported. But please be aware that **the vault name itself is not encrypted**. +## Scheduled Auto Sync + +- You can configure auto syncing every N minutes in settings. +- In auto sync mode, if any error occurs, the plugin would **fail silently**. +- Auto sync only works when Obsidian is being opened. It's **technically impossible** to auto sync while Obsidian is in background, because the plugin just works in the browser environment provided by Obsidian. + ## Import And Export Not-Oauth2 Plugin Settings By QR Code It's often verbose / inconvenient to input not-oauth2 credentials on mobile. (On different desktop computers, it's trivial to copy and paste `data.json` across different devices.)