plugin-kanban icon indicating copy to clipboard operation
plugin-kanban copied to clipboard

Improve loading time by caching

Open shinglyu opened this issue 2 years ago • 0 comments

I have thousands of notes in a folder and I mainly use tag for filter, so whenever I open a Kanban board it takes 30 sec or more to load. Most of the time I just want to quickly check what is on the board, so it would be great if the plugin and load the kanban from a cache (e.g. the markdown table in the note?) when it first starts, and starts the refresh process in the background, then update the Kanban when the new data is loaded.

I understand that if the user tries to drag and drop cards while it's being refreshed. So maybe set the Kanban to read-only mode if it's loaded from cache.

Is this technically possible? If so I can try to open a pull request for it.

shinglyu avatar Jan 02 '24 11:01 shinglyu