Closed
Description
Gatsby ingests and processes more markdown sources than anything else. At least a couple plugins from core already assume a default structure for YAML or JSON frontmatter, for example, each markdown file might have the following attributes:
---
draft: true
---
As the plugin ecosystem expands, default frontmatter fields allow authors to build on a standard API. To begin, I propose the above.