Skip to content

Introduction

Celestial is a purpose-built Markdown editor designed for engineers. It combines the simplicity of Markdown with powerful features like syntax highlighting, Mermaid.js diagram support, and bring-your-own LLM writing assistants.

Celestial is currently only available for MacOS as a .dmg, which can be found on the website

  • # → H1
  • ## → H2
  • ### → H3 (and so on through H6)
  • **bold text**bold text
  • _italic text_italic text
  • `inline code`inline code
  • [link text](url)link text
  • - or * or + → Bullet list
  • 1. → Numbered list
  • > → Blockquote
  • --- → Horizontal rule
  • ``` → Code block
  • ```javascript → Code block with syntax highlighting
  • ```mermaid → Mermaid diagram
  • / → Open AI assistant
  • <ComponentName> → Create JSX block (MDX files)
  • ![alt](image.jpg) → Insert image
  • Cmd + b Toggle file drawer
  • Cmd + , Open Settings