Use case or problem
I would like to hide (or collapse) certain properties of a document like with notion.
Proposed solution
Properties should be hidable/collpsable. There are two ways I can think of how this could work:
- Per file bases: there could be a
hiddenproperties
list in the yaml that is used by the property editor - Globally: Just like the other type information store it globally
Both solutions would work for me, though I would prefer the second one, since it’s essentially styling anyways
Current workaround (optional)
I can create my own css snippets, but that’s quite cumbersome and not very practical since I would also need a visual indicator that tells me if there is anything hidden.