What I’m trying to do
I have obsidian folder
A
FilecontainedinA
AnotherfilecontainedinA
FoldercontainedinA
StillanotherfilecontainedinA
—-
In the folder
FoldercontainedinA
FileB
FileC
I would like to see FoldercontainedinA as an item in the view returned by bases
Then I would like to be able to click that folder and see files continued in that folder.
Things I have tried
I have tried normal view query with filter of folder A (file == this.file.folder or folder.folder==this.file.folder
It returns only the FILES contained in folder A
I tried file.infolder(this.file.folder)
It returns all the files in both folders but not the folders
Is there a way to get the functionality mentioned on the above. If not could there be a feature to support that