2024-04-15 11:03:58 -06:00
2024-04-15 11:03:58 -06:00
2024-04-15 11:03:58 -06:00

frontmatter.rec

minimal acceptable document metadata schema and scaffolding

usage

 printf "%s\n" "---" $(recsel frontmatter.rec | recfmt '{{title}}:
') "---" > document.md

 cat document.md

---
title:
description:
author:
version:
created:
published:
updated:
flags:
tags:
---
Description
No description provided
Readme 28 KiB