You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: