frontmatter.rec/README.md

26 lines
302 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# frontmatter.rec
minimal acceptable document metadata
schema and scaffolding
## usage
```sh
printf "%s\n" "---" $(recsel frontmatter.rec | recfmt '{{title}}:
') "---" > document.md
cat document.md
---
title:
description:
author:
version:
created:
published:
updated:
flags:
tags:
---
```