A modern, feature-rich Markdown editor with live preview capabilities. Write and preview your Markdown content in real-time.
I decided to create this project because I needed to use something similar to this during my work day so I thought to create one for myself adding features to improve the experience.
I also wanted to learn more about Zustand.
- 🔄 Real-time preview as you type
- 🎨 Syntax highlighting for code blocks
- 🛠️ Toolbar with common Markdown shortcuts
- 💾 Saving to localStorage
- 📱 Fully responsive design
- 📤 Export to PDF
- 🔍 Full-page preview mode
- 📂 File management with CRUD operations
- 🌓 Light/Dark mode (coming soon)
- Next.js - React framework
- TypeScript - Language
- Zustand - State management
- shadcn/ui - UI components
- motion - Animations
- Tailwind CSS - Styling
- CodeMirror - Text editor component
- Light/Dark mode toggle
- More export options (HTML, Word)
Your feedback is valuable! Here are the ways you can reach out:
- Open an issue on GitHub
- Email: marko@frompixels.com
This project is licensed under the MIT License - see the LICENSE file for details.
- Design inspiration from Frontend Mentor