I would like to have Obsidian collapse single child folders in a combined tree element, like in vscode’s option Compact folders.
If the tree looks like this
Projects
└── Work
└── Client
├── note.md
└── todo.md
I want it to display as
Projects / Work / Client
├── note.md
└── todo.md
vscode’s option
