Markte
A free and open-source live-preview Markdown editor built with Svelte
About
Summary
Markte is a free and open-source live-preview Markdown editor built with Svelte. Try it out @markte.vercel.app!
Built With

Usage
Features
- File upload and download
- App and editor themes
- Intelligent functions
- Action buttons
- Familiar shortcuts
- Live Markdown preview
- Resizable editor/preview
Back to Top
Installation
1. Clone repository
git clone https://github.com/natebabyak/markte.git
2. Install dependencies
npm install
3. Start local development server
npm run dev
Back to Top
Version History
Version 2.0.0
- Switched to Monaco Editor over CodeMirror
- Overhauled core logic and project structure, improving:
- Readability
- Maintainability
- Scalability
- Performance
- and more!
- Added sidebar
Version 1.0.0
License
MIT
Back to Top