RafaelGB / obsidian-db-folder

Obsidian Plugin to Allow Notion like database based on folders
MIT License
1.24k stars 61 forks source link

New "stock" metadata: has-content #285

Open pm64 opened 2 years ago

pm64 commented 2 years ago

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)

RafaelGB commented 2 years ago

could be a nice addition, sure. Will be added to the roadmap