# @quartz-community/remove-draft Filters out pages with draft: true in their frontmatter. ## Installation ```bash npx quartz plugin add github:quartz-community/remove-draft ``` ## Usage ```yaml title="quartz.config.yaml" plugins: - source: github:quartz-community/remove-draft enabled: true ``` ## Configuration This plugin has no configuration options. ## Documentation See the [Quartz documentation](https://quartz.jzhao.xyz/plugins/RemoveDrafts) for more information. ## License MIT