I put together a plugin that adds Fold/Unfold commands to the folder context menu. It loops through all files on the clicked folder, and also loops through children folders.
It allows you to fold (or unfold) the properties section of all the files within the selected folder. I find this beneficial for my monthly notes for example, where now I don’t have to collapse properties per file (a tedious task), I can simply right click, and click “Fold Properties”!
It’s not currently released in the community plugins as I only just spent the last hour developing it.
To install, add a folder inside .obsidian/plugins called fold-properties. Then add the main.js and manifest.json files inside this folder from: Release 0.0.1 · itsonlyjames/obsidian-fold-properties · GitHub.
Enable Fold Properties. Viola!
I will add this plugin to the community plugin list so you can download it easily, however the reviewer is currently away so it may be a few weeks.
Any issues, raise a bug in the repo!
Cheers
