TfTHacker / obsidian42-strange-new-worlds

Revealing the strange new world of connected thoughts in your vault.
https://tfthacker.com/SNW
MIT License
432 stars 13 forks source link

Gitmurf/optimize index debouncer #118

Closed GitMurf closed 9 months ago

GitMurf commented 9 months ago

Added event listener for the debounced indexer function to the workspace on 'editor-change' so that it better debounces the indexer while the end user is in the middle of typing in one of their notes.

This includes the changes from PR #117 as well