iron-vault-plugin / iron-vault

Obsidian plugin for Ironsworn/Starforged games
https://iron-vault-plugin.github.io/iron-vault/
Other
22 stars 1 forks source link

Move indexing to web workers #330

Open cwegrzyn opened 3 days ago

cwegrzyn commented 3 days ago

Currently, the indexing is done on the main thread, sometimes synchronously and sometimes asynchronously. For large vaults, this probably contributes to slow plugin load times (should probably time this, though, before making assumptions about priority!)