markte
markte is a live-preview markdown editor with everything you expect—and nothing more.
Table of Contents
- Table of Contents
- Demo
- Usage
- Features
- Installation
- Acknowledgements
- License
(back to top)
Demo
Try markte live in your browser here.
(back to top)
Usage
Features
- Live Markdown Preview - see your content rendered instantly as you type
- Upload and Download Files - quickly import and export your project
- Formatting Buttons - one-click access to headings, bold, italic, and more
- Table Grid UI - insert tables of any size in just two clicks
- 30+ Themes - search and apply your preferred style
- Familiar Shortcuts - for quick actions
Keyboard Shortcuts
Action |
Shortcut |
Undo |
Ctrl+Z |
Redo |
Ctrl+Y |
Headings |
Ctrl+Alt+[0-6] |
Bold |
Ctrl+B |
Italic |
Ctrl+I |
Strikethrough |
Alt+Shift+5 |
Insert Link |
Ctrl+K |
Lists |
Ctrl+Shift+[7-9] |
(back to top)
Installation
Install Dependencies
npm install
Set Up Local Development Server
npm run dev
Open in Browser
http://localhost:5173/
(back to top)
Acknowledgements
markte was built using the following frameworks and libraries:
(back to top)
License
Published under the MIT license.
(back to top)