A simple and lightweight Markdown editor with AI features for Windows, Mac, and Linux
AI features work with local models via Ollama or LMStudio
If you like this project, please consider supporting it
- Live Preview - Real-time preview of Markdown content as you type
- Split View - Edit and preview side by side (default view)
- Syntax Highlighting - Code blocks with syntax coloring for multiple languages
- Multi-Tab Support - Open and work with multiple files simultaneously
- Sidebar - Quick access to all open files
- Dark Mode - Toggle between light and dark themes
- AI Features (see below)
The editor includes a built-in AI plugin for intelligent text editing. Select any text and right-click to access AI-powered transformations:
- Generate from prompt - Describe what you want and let AI generate it
- Make shorter - Condense text while keeping key information
- Make longer - Expand text with more detail and examples
- More formal tone - Rewrite in a professional tone
- More casual tone - Rewrite in a conversational tone
- Fix grammar & spelling - Correct errors automatically
Configure any OpenAI-compatible API in Settings:
- OpenAI - GPT-4o, GPT-4o-mini
- Ollama - Local models (Llama, Mistral, etc.)
- LM Studio - Local models
- Custom - Any OpenAI-compatible endpoint
- Open Settings (
Cmd/Ctrl+,) - Go to the Plugins tab
- Select your AI provider and enter your API key
- Choose your preferred model
npm installnpm startBuild distributable packages:
# Windows
npm run build:win
# Mac
npm run build:mac
# All platforms
npm run build:allMIT


