SkepticMystic / breadcrumbs

Add typed-links to your Obsidian notes
https://publish.obsidian.md/breadcrumbs-docs
MIT License
533 stars 36 forks source link

Bug: Refresh Index on Note Save not working completely #484

Open qazero opened 1 year ago

qazero commented 1 year ago

Describe the bug I have enabled the Refresh Index on Note Save option in the plugin settings. It works if I explicitly do a ctrl+s. However, if I edit an existing note (add/delete some text) the index does not refresh even though Obsidian automatically saves any changes to notes without explicitly requiring the user to save via ctrl+s. Therefore, shouldn't the Breadcrumbs plugin auto refresh the index when a change is detected and saved by Obsidian? For example, have the plugin check for changes on an interval (every 5 minutes for example), and if any of the notes have changed then refresh the Breadcrumb index.

Expected behavior Automatically refresh the Index when any markdown file in the vault has been updated (check for changes on a predefined interval configurable in the settings).

Desktop (please complete the following information):