Is your feature request related to a problem? Please describe.
I'm sure extreme obsidian-db-folder users will have entire vaults of notes containing only YAML. Others, like myself, would prefer to add content beneath the YAML to certain pages residing in a database. folder. The thought is that DB Folder should be able to visually indicate when non-YAML (i.e. normal note text) content is present in a document.
Describe the solution you'd like
Two new "stock" metadata columns: has-content and content-preview.
has-content: true/false indicating whether the document contains non-YAML content
content-preview: The first several words of content, truncated (perhaps with a "see more" button)
Describe alternatives you've considered
Add "stock" metadata indicating length of non-YAML portion of document would also facilitate the use case. (0 = no additional content)
Is your feature request related to a problem? Please describe. I'm sure extreme obsidian-db-folder users will have entire vaults of notes containing only YAML. Others, like myself, would prefer to add content beneath the YAML to certain pages residing in a database. folder. The thought is that DB Folder should be able to visually indicate when non-YAML (i.e. normal note text) content is present in a document.
Describe the solution you'd like Two new "stock" metadata columns: has-content and content-preview. has-content: true/false indicating whether the document contains non-YAML content content-preview: The first several words of content, truncated (perhaps with a "see more" button)
Describe alternatives you've considered Add "stock" metadata indicating length of non-YAML portion of document would also facilitate the use case. (0 = no additional content)