Split-screen Markdown editor with editable preview, now running Online.
- Source and preview panes with live sync
- Editable preview that converts back to Markdown
- Toolbar formatting actions
- File open/save support (File System Access API + fallback download)
- Keyboard shortcuts
- Dark mode toggle
index.html: Vite entry HTML with Tailwind CDN configsrc/App.jsx: Main editor component and app logicsrc/App.css: Editor/preview custom stylingsrc/index.css: Global baseline styles
npm install
npm run devnpm run lint
npm run build