Quick Start
Astro Editor is a desktop app for writing and editing the Markdown and MDX content in local Astro projects. It understands your content collections, so your files and their frontmatter show up ready to edit.
-
Install. Download and install the app for your platform. See Installation.
-
Open your project. Choose
File > Open Projectand pick your Astro project’s folder. Astro Editor scans it for content collections defined insrc/content/config.tsorsrc/content.config.ts. -
Pick a collection and open a file. Your collections appear in the left sidebar. Click one to see its files, then click any file to open it. The prose opens in the main editor, and its frontmatter appears in the right sidebar.
-
Start writing. Edit your content in the middle and its metadata on the right. Changes save automatically every couple of seconds, and you can save anytime with
Command + S CmdS Control + S CtrlS Command + S CmdS .
That’s it 🥳