A markdown editor built with Electron, featuring real-time preview with dual panels.
- Real-time Preview: See your markdown rendered instantly as you type
- Synchronized Scrolling: Editor and preview panes scroll together
- Multiple Tabs: Work on multiple documents simultaneously
- Customization: Theme and font customization
- Node.js (v14 or higher)
- npm
-
Clone or download this repository
-
Install dependencies
npm install- Run the application
npm startFor development mode with DevTools:
npm start -- --dev