How feasible would it be to implement a breadcrumb indicator which would show where exactly the current note is located?
If you search for a string and locate one or more notes there is no way to tell which notebook(s) those notes belong to.
I see several ways in which this might be solved (they are not mutually exclusive):
-
An actual breadcrumb on the UI displaying all the parent notebooks with clickable notebook names.
-
The application title bar β currently this only displays
Joplin
and does not serve for anything useful. This could be expanded to something like Joplin β NotebookA > Notebook2 > NoteTitle. (It might be a good idea to also add some other info in the title, for example the sync status, but thatβs another topic.) -
A right-click context menu for the note which would reveal the parent notebook(s), i.e. Reveal in navigation.