Astro MD Editor

Play

About

Astro MD Editor is a schema-aware editor for Astro content collections. It combines frontmatter and markdown/MDX editing in one UI, validates content before save, and can reuse values from a file’s Git history.

Highlights

  • Edit frontmatter and markdown together in one place
  • Validate frontmatter against collection schemas on save
  • Support image fields from both src assets and public assets
  • View file-level Git history and apply selected values safely

Quick Start

Terminal window
npx astro-md-editor
# or
pnpm dlx astro-md-editor

If schema files are missing in your Astro project, run:

Terminal window
astro sync