Steps to reproduce
- Open a vault with 1000+ notes
- Open graph view in a panel
- Open an existing note in edit mode
- Add and delete [[wikilinks]] inside that note
Expected result
The graph should auto-update as you add/remove links. The editor should remain responsive. Everything should go smoothly.
Actual result
The graph view blocks the editor while it’s updating. You can’t type anything before it’s finished rendering the updated graph.
Environment
Additional information
If instantly rendering the updated graph isn’t doable (like I believe it isn’t), I think it would be preferable to let the graph lag behind the editor a few seconds.
Maybe even better (considering that some of us have better computers), allowing users to turn off auto-update in the graph view panel (in which case a “refresh” button would be needed).