A minimal markdown editor with live preview and GitHub Gist publishing.
You can find our development on GitHub's YouTube weekly!
- Live Markdown Preview: Edit markdown with real-time styled preview
- File Management: Open, save, and manage markdown files
- GitHub Gist Publishing: One-click publish to GitHub Gists
- Smart Authentication: Automatically uses existing GitHub CLI or Copilot credentials, falls back to device flow
- Auto-naming: Unsaved files are named from the first heading in dash-case
npm install
npm startnpm run makeThe built executable will be in the out/ directory.
Markpad tries authentication in this order:
- GitHub CLI (
gh) if logged in - GitHub Copilot CLI if authenticated
- GitHub OAuth device flow (prompts for code)
Ctrl/Cmd+N- New fileCtrl/Cmd+O- Open fileCtrl/Cmd+S- Save fileCtrl/Cmd+Shift+S- Save asCtrl/Cmd+G- Publish to Gist
ISC