https://github.com/versyxdigital/mkeditor
MKEditor - the simple markdown editor.
https://github.com/versyxdigital/mkeditor
bootstrap crowdstrike editing editor electron fontawesome highlightjs html javascript js markdown markdown-it microsoft monaco-editor ts typescript vscode
Last synced: 4 months ago
JSON representation
MKEditor - the simple markdown editor.
- Host: GitHub
- URL: https://github.com/versyxdigital/mkeditor
- Owner: versyxdigital
- License: mit
- Created: 2022-02-10T16:31:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-10T03:12:46.000Z (4 months ago)
- Last Synced: 2025-08-10T04:20:14.671Z (4 months ago)
- Topics: bootstrap, crowdstrike, editing, editor, electron, fontawesome, highlightjs, html, javascript, js, markdown, markdown-it, microsoft, monaco-editor, ts, typescript, vscode
- Language: TypeScript
- Homepage: https://versyxdigital.github.io/mkeditor
- Size: 6.12 MB
- Stars: 23
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-markdown - mkeditor - 一款简约的桌面端 **Markdown** 编辑器。它支持 **Windows、macOS** 和 **Linux**,并提供网页版。其核心特色在于遵循 **CommonMark** 规范,提供可定制的样式、内置的实时预览渲染器,以及将 Markdown 导出为带样式的或纯净的 **HTML** 文件的功能。它同时支持深色和浅色模式,为用户提供简洁高效的写作环境。    (写作与编辑环境 / 专业 Markdown 编辑器)
README
[](https://github.com/versyxdigital/mkeditor/actions/workflows/tests.yml)
# MKEditor
The simple markdown editor.
| Platform | Stable | Download |
| -------- | ------- | ------- |
| Windows | v3.1.0 | [exe](https://github.com/versyxdigital/mkeditor/releases/download/v3.1.0/mkeditor-setup-v3.1.0-x86_64.zip) |
| MacOS | v3.1.0 | [pkg](https://github.com/versyxdigital/mkeditor/releases/download/v3.1.0/mkeditor-setup-v3.1.0_x86_64.pkg) |
| Linux | v3.1.0 | [deb](https://github.com/versyxdigital/mkeditor/releases/download/v3.1.0/mkeditor-setup-v3.1.0_amd64.deb) |
Use it through your [browser](https://versyxdigital.github.io/mkeditor/web/) or download for desktop. More documentation is available at the [website](https://versyxdigital.github.io/mkeditor).


# Welcome
Thank you for choosing MKEditor 😊, I hope you find this tool useful for all your markdown needs!
If you have any issues or questions, please feel free to submit an [issue](https://github.com/versyxdigital/mkeditor/issues).
---
Open the help menu using the button at the top right for a complete list of editor shortcuts.
You can also view a cheatsheet [here](https://versyxdigital.github.io/mkeditor/shortcuts).
---
MKEditor fully supports the [CommonMark](https://commonmark.org/) spec and comes with a few additional goodies.
**Great** support for _custom_ styling with:
- Bootstrap
- Fontawesome
- Highlight.js
Create alerts:
```md
::: primary
✨ Create alerts
:::
```
Format some code:
```javascript
document.addEventListener('DOMContentLoaded', () => {
document.body.write('Syntax-highlighted, copyable codeblock!')
})
```
MKEditor also includes a built-in, resizable preview renderer and support for exporting your markdown to HTML, with or without styles 🚀.
Customize your settings, switch between light mode and dark mode, write some documents and have fun!
Built with ❤️ by [Versyx Digital](https://github.com/versyxdigital)