rxliuli / joplin-utils

Joplin-based community tool
https://joplin-utils.rxliuli.com/
MIT License
235 stars 36 forks source link

[Feat]:+Notebook Path Hints in Note Search and "Joplin: Search" #100

Closed lesstech closed 3 months ago

lesstech commented 3 months ago

app

joplin-vscode-plugin

Is your feature request related to a problem? Please describe.

When multiple notes with the same title exist it is difficult to tell, which one will be opened through the "Joplin: Search" Dialog or in the "NOTE SEARCH" panel in the sidebar. Right now I either have to go through the folder hierarchy to open the desired note or specify the notebook in the search query.

Describe the solution you'd like

A notebook path indicating the notebooks and subnotebooks containing the note should be included in the results of the "Joplin: Search" command. Visually it would be most consistent with the overall look and feel of vs-code if it mimics the style of the paths returned by the "Go to File..." command in vs-code. Additionally a notebook path component could be included in the results in the "NOTE SEARCH" panel in the sidebar.

Describe alternatives you've considered

I have not really considered any alternatives, as this seems to be the most obvious solution, but I would also be open for another solution to the problem.

Additional context

No response