joplin / plugin-kanban

It allows notes in a notebook to be organized in a kanban board.
https://discourse.joplinapp.org/t/kanban-board-project/17469
132 stars 17 forks source link

Feature request: Open the kanban board when I select the folder #12

Open shinglyu opened 2 years ago

shinglyu commented 2 years ago

I love to use Sort notes by > Updated time. So when I switch to a folder containing a kanban, it takes me some time to find the config note to open the kanban board.

It would be great if I open the folder which contains a kanban, the kanban can be opened no matter which note I'm selecting.

It would be very slow to scan through all the notes in the folder to check if a kanban config note is present. I propose that we add a special tag to the kanban config note so we can quickly find it using GET /tags/:id/notes. Once we found all the kanban config notes we can check if any is under the current folder we are at.

argus-core commented 2 years ago

I support the feature request, but until it's implemented, one way to speed finding the note up is using "Goto Anything..." (CTRL+P by default). It may require naming the kanban config note with a unique title if you have more notes with "kanban" in the title.