omnivore-app / logseq-omnivore

Logseq plugin to fetch articles and highlights from Omnivore
MIT License
293 stars 16 forks source link

Improve Performance with Batch Block Insert #13

Closed briansunter closed 2 years ago

briansunter commented 2 years ago

Check out the Batch block insert api to make it faster to sync the articles by inserting a bunch of blocks at once instead of one by one.

https://logseq.github.io/plugins/interfaces/IEditorProxy.html#insertBatchBlock

sywhb commented 2 years ago

Hey @briansunter, the batching blocks inserting api previously was not working and I have reported. I'm not sure if they have fixed it but I will give it a try.

sywhb commented 2 years ago

Added in v1.4.4