From a81af9ccec7fb88bb88f538dc9021b8bba51c305 Mon Sep 17 00:00:00 2001 From: Vincent Whizin Date: Wed, 17 Jul 2024 22:14:06 -0700 Subject: [PATCH] Update docs on "large" files sync issues (#753) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3c92fb4..65516c6 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ This is yet another unofficial sync plugin for Obsidian. If you like it or find - **You should protect your `data.json` file.** The file contains sensitive information. - It's strongly advised **NOT** to share your `data.json` file to anyone. - It's usually **NOT** a good idea to check the file into version control. By default, the plugin tries to create a `.gitignore` file inside the plugin directory if it doesn't exist, for ignoring `data.json` in the `git` version control. If you know exactly what it means and want to remove the setting, please modify the `.gitignore` file or set it to be empty. +- **Obsidian API on Mobile has performance issues syncing large files (>= 50 MB).** + - Setting the "Skip Large Files" option can help resolve issues related to syncing large files. ## Questions, Suggestions, Or Bugs