JackGruber / joplin-plugin-note-overview

A note overview is created based on the search and the specified fields.
MIT License
77 stars 13 forks source link

Overview is not created or updated automatically #51

Closed gal064 closed 2 years ago

gal064 commented 2 years ago

Everything works well when I cmd+shift+p and create the note overview manually.

But the note overview is not built or updated automatically. Setting set to 5 minutes and I also enabled the "update every sync" option and that doesn't work as well.

I'm on mac

JackGruber commented 2 years ago

The actuald displayed note is not updated during the background updates, so that no data is overwritten which is currently being entered or edited. Only if the command for updating is used, this note will be updated.

gal064 commented 2 years ago

Oh cool thanks!

gal064 commented 2 years ago

Created a pull request to update the readme as I assume this can be a common confusion