edonyzpc / personal-assistant

A plugin which help you to automatically manage Obsidian.
Apache License 2.0
75 stars 2 forks source link

[enhance] the frequency of metadata updating process is too high #117

Closed edonyzpc closed 1 year ago

edonyzpc commented 1 year ago

scenario

When the metadata updating process is triggered, each modify of the markdown file will update the metadata in front matter, the execution is too frequent.

suggestion

Try debounce function.