Original Request (closed for unclear title, though I can’t find a reupload by him )
Use case
Hide / Toggle Visibility of certain properties from the property menu, while still keeping them in the underlying YAML metadata.
Problem
My eyes must be taken aback by ugly property names in some of my notes & auto-complete is clogged up by plugins who use YAML anywhere else in my vault.
Proposed solution
Allow us to toggle visibility of certain properties on a per-note basis, or globally, preventing them from populating in property auto-complete as well.
Additionally allow plugin devs to specify this for properties added via plugins, perhaps by a .
prefix to a property causing it to be hidden by default to ensure the info is conveyed in plain text.
(though still allow a seperate toggle to unhide since removing the . would change the property name)
Current workaround (optional)
A CSS Snippet like this (from @kepano on discord)
.markdown-preview-view {
& div[data-property-key="hiddenproperty"] {
display:none;
}
}
Related feature requests (optional)
“Hidden Properties” :: Post by lukemt which was closed for it’s title?