# markdown-editor **Repository Path**: ideplugin/markdown-editor ## Basic Information - **Project Name**: markdown-editor - **Description**: https://github.com/shuzijun/markdown-editor - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-11 - **Last Updated**: 2021-08-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # markdown-editor IntelliJ平台一个功能齐全的所见即所得Markdown编辑器 - [English Document](https://github.com/shuzijun/markdown-editor/blob/main/README.md) - [中文文档](#功能) - 有用的链接 - [自定义样式](https://github.com/shuzijun/markdown-editor/blob/main/assets/CustomStyle_ZH.md) # 功能 * 支持三种编辑模式:所见即所得、即时渲染、分屏预览 * 支持大纲、数学公式、脑图、图表、流程图、甘特图、时序图、五线谱、标题锚点、代码高亮、graphviz 渲染、plantuml * 支持图片粘贴,文件上传或拖入快速插入 * 支持使用IDE快速打开文件 * 更多功能参考 [vditor features](https://github.com/Vanessa219/vditor/blob/master/README_en_US.md#--features) # 演示 ![demo.gif](https://raw.githubusercontent.com/shuzijun/markdown-editor/main/assets/demo.gif) # 感谢 * [vditor](https://github.com/Vanessa219/vditor)