chore: documentation describing issue with obsidian-sync

This commit is contained in:
Kacper Kula 2025-04-09 11:37:04 +01:00
parent 4f9d04200e
commit 1973789308
2 changed files with 4 additions and 0 deletions

View file

@ -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'}
]

View file

@ -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.