Edit YAML front matter fields while preserving the Markdown body below it.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
A leading delimiter block is parsed as YAML metadata, selected fields are added, updated, or removed, and metadata plus remaining Markdown body are serialized again. Text outside the block stays body content.
--- title: My Post date: 2024-01-01 --- # Content here
--- title: My Post date: 2024-01-01T00:00:00.000Z --- # Content here
Astro, Jekyll, and Hugo pages edit titles, dates, tags, and draft flags in front matter.