Use case or problem
I have a lot of deeply nested notes in my vault, but despite that 99% of the time the title alone is sufficient to identify the note (without the full path).
But, in the file search pane, when you search for a file, you’re shown the full path, path/to/my/file
, which can be quite long and difficult to parse if all you need is the last component.
Proposed solution
The UI for alias results is quite nice: you get the alias as the item’s title, and then below the path to that file. I think this UI should be used for all file results — show the file’s name as the first line in a search result, and the path to that file as the result’s subtitle
Current workaround (optional)
Read and parse the long paths.