Skip to content
Markdown

Markdown Metadata Extractor

List all metadata fields from a document’s front matter.

How it works

  1. 1Paste a document with front matter.
  2. 2Its fields are parsed and listed.
  3. 3Copy the field list.

Use cases

  • Audit a post’s metadata.
  • Check which fields are set.
  • Summarize document metadata.

Frequently asked questions

How is it shown?

As a simple field: value list, with array values joined by commas.

How is this different from the extractor?

The extractor returns the raw YAML; this lists parsed field/value pairs.

Is it private?

Yes. Everything runs in your browser; nothing is uploaded.

See all →