Astro MD Editor
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
srcassets andpublicassets - View file-level Git history and apply selected values safely
Quick Start
npx astro-md-editor# orpnpm dlx astro-md-editorIf schema files are missing in your Astro project, run:
astro sync