What I’m trying to do
I’d like to be able to search for headings by writing partial names of their parent headings. For example I have this file:
# fruits
## bananas
## apples
## berries
# other
## apples
I want to search using phrase fru app
and get a result of ## apples
heading inside # fruit
. Is it possible?
Things I have tried
- plugin QuickSwitcher++ - it allows me to search for headings, but not by their ancestor names
- obsidian search docs