A simple and efficient Raycast extension for real-time Markdown content preview.
- ✅ Intuitive input interface with large text area
- ✅ Real-time Markdown preview
- ✅ Full Markdown syntax support (GitHub Flavored Markdown)
- ✅ Content statistics (characters, words, lines)
- ✅ Quick actions: copy, paste, back to editor
- ✅ Convenient keyboard shortcuts
- Open Raycast (
Cmd + Space) - Type "Preview Markdown" or "pm"
- Enter your Markdown content in the text area
- Press
Enteror useCmd + Enterto see the preview - Use available actions to copy content or return to editor
Cmd + Enter: Preview MarkdownCmd + Shift + K: Clear content
Cmd + Backspace: Back to editorCmd + C: Copy MarkdownCmd + Shift + C: Copy generated HTML
The extension supports full Markdown syntax, including:
- Headings (
#,##,###, etc.) - Bold and italic text
- Bullet and numbered lists
- Links and images
- Inline code and code blocks
- Quotes
- Tables
- And much more!
- Clone this repository
- Run
npm install - Run
npm run devfor development ornpm run buildto build
# Install dependencies
npm install
# Development mode
npm run dev
# Build
npm run build
# Linting
npm run lintMIT