Use case or problem
I heavily use the quick switcher to create notes in folders and subfolders. To do this I type the entire path of the note I want to create and use Shift-Enter or Shift-Ctrl-Enter
Proposed solution
Since there are already suggestions for notes, make pressing Tab complete to the folder of the selected note.
Example
Suppose I have a folder “software” with a note “obsidian” in it. Now I want to create a note “software/linux”.
- Ctrl-O to open quick switcher
- type:
soft - it shows and selects
software/obsidian - press Tab
- the typed
softcompletes tosoftware/ - it still shows and selects
software/obsidiansince it still matches - type
linuxand press Shift-Enter (Enter would also do, if nothing matches)
This could also make it possible to filter while opening new files.
Current workaround (optional)
Type the entire path (correctly). If I mistype I get a new folder (which is a wanted feature in case I need a new directory)