From 1973789308604da716206dd220eaac75d73ebab9 Mon Sep 17 00:00:00 2001 From: Kacper Kula Date: Wed, 9 Apr 2025 11:37:04 +0100 Subject: [PATCH] chore: documentation describing issue with obsidian-sync --- docs/.vitepress/config.mts | 1 + docs/faq/obsidian-sync.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 docs/faq/obsidian-sync.md diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 8905dcd..961e3a5 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -65,6 +65,7 @@ export default defineConfig({ text: 'FAQ', items: [ { text: 'Comparison with Dataview', link: '/faq/comparison-with-dataview' }, + { text: 'SQLSeal with Obsidian Sync', link: '/faq/obsidian-sync' }, { text: 'Understanding Tags', link: '/faq/understanding-tags'} ] diff --git a/docs/faq/obsidian-sync.md b/docs/faq/obsidian-sync.md new file mode 100644 index 0000000..2f79fad --- /dev/null +++ b/docs/faq/obsidian-sync.md @@ -0,0 +1,3 @@ +# Using SQLSeal with Obsidian Sync +It's been reported that SQLSeal does not work with Obsidian Sync due to file limit during synchronisation. Because of that the main script of the plugin is not getting synchronised. +The only workaround for now now is to copy `.obsidian/sql-seal/main.js` manually. You will need to do it after every plugin update you perform. \ No newline at end of file