What I’m trying to do
I want to have folders act as pages. With the example below, I might want to right notes about math in general in the math file, however to store the keep my directory organised I would have to have a math folder to store the trigonometry and algebra notes. I would like to be able to collapse these files in the file side bar but that isn’t possible without using folders.
E.g. Desired solution: All are files, but would be collapsible
./School.md
./School.Math.md
./School.Math.Algebra.md
./School.Math.Trigonometry.md
At the moment what I have is:
E.g.
./School.md - File
./School/ - Folder
./School.Math.md - File
./School/Math/ - Folder
./School.Math.Algebra.md - File
./School.Math.Trigonometry.md - File
If anyone can suggest any plugins or alternative ways to achieve something similar that would be greatly appreciated.