mirror of
https://github.com/h-sphere/sql-seal.git
synced 2026-07-22 10:10:28 +00:00
chore: documentation describing issue with obsidian-sync
This commit is contained in:
parent
4f9d04200e
commit
1973789308
2 changed files with 4 additions and 0 deletions
|
|
@ -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'}
|
||||
|
||||
]
|
||||
|
|
|
|||
3
docs/faq/obsidian-sync.md
Normal file
3
docs/faq/obsidian-sync.md
Normal 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.
|
||||
Loading…
Reference in a new issue