Feature/display path in search - #291
Open
lubeda wants to merge 2 commits into
Open
Conversation
Contributed plugin that answers "@task" / "@tasks" with every unchecked checkbox in the vault, replacing the core result set for those queries only. Other queries pass through untouched. Results are one per note rather than one per task, because the sidebar keys search results by path; each note carries its full task list in `matches` for API and MCP consumers. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Search rows carried two nested tooltips (note name, folder), which meant hovering the text -- where the pointer usually lands -- showed the name rather than where the note lives. Move the tooltip to the row and bind it to note.path, and drop the inner bindings so they no longer shadow it. The path already contains both the name and the folder. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When looking at search result you don't see the folder structure behind the result. This shows the path to the note relativ to the data dir.
