Arquivos
README
Cody's Markdown Preview
A fast, private, browser-based Markdown editor with live preview and multi-file support.
Features
- Write and preview GitHub-flavored Markdown
- Keep multiple documents open in tabs
- Import multiple
.mdor.markdownfiles - Download edited documents
- Automatic local browser storage
- Write, split, and preview layouts
- Light, dark, and system themes
- Responsive interface
All editing happens in your browser. No document content is sent to a server.
Local development
Requires Node.js 20 or newer.
npm install
npm run dev
Create a production build with:
npm run build
GitHub Pages
The workflow at .github/workflows/deploy-pages.yml builds and deploys the site whenever main is pushed. In the repository's Settings → Pages, set the source to GitHub Actions.
Vite uses a relative base path, so the build works for both user sites and project sites without repository-specific configuration.
License
MIT © 2026 Maruan Biasi El Achkar