diff --git a/README.md b/README.md index fc42fc8..d401641 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,9 @@ If you have deleted or renamed files, please wait until ⏳ icon disappeared. Repo is here: [obsidian-livesync-webclip](https://github.com/vrtmrz/obsidian-livesync-webclip). (Docs are a work in progress.) +## Troubleshooting +If you are having problems getting the plugin working see: [Troubleshooting](docs/troubleshooting.md) + ## License The source code is licensed under the MIT License. diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md new file mode 100644 index 0000000..b9718ef --- /dev/null +++ b/docs/troubleshooting.md @@ -0,0 +1,12 @@ +# Info +In this document some tips for solving issues will be given. + + +# Issue with syncing with mobile device +- If you are getting problem like could not sync files when doing initial sync. Try lower batch size + - Open setting + - Open Live Sync settings + - Go to sync settings + - Go down to Advanced settings. + - Lower "Batch size" and "Batch limit" and try to sync again. + - If you keep getting error keep lowering until you find the sweet spot. \ No newline at end of file