Commit f428b4a 1 parent da831ea commit f428b4a Copy full SHA for f428b4a
File tree 1 file changed +24
-2
lines changed
1 file changed +24
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
> Vditor 是一款浏览器端的 Markdown 编辑器,支持所见即所得、即时渲染(类似 Typora)和分屏预览模式。它使用 TypeScript 实现,支持原生 JavaScript 以及 Vue、React、Angular 和 Svelte 等框架。
10
10
11
+ ## ✨特性
12
+
13
+ - 集成强大的Markdown编辑器Vditor进Halo中
14
+ - 提供所见即所得(wysiwyg)、即时渲染(ir)、分屏渲染(sv)三种渲染模式
15
+ - 支持大纲、数学公式、脑图、图表、流程图、甘特图、时序图、五线谱、多媒体、语音阅读、标题锚点、代码高亮及复制、graphviz 渲染、plantumlUML图
16
+ - 支持字符计数
17
+ - 支持在前台注入渲染脚本(需在设置中开启)
18
+ - 更多强大的语法功能请 [ ->到这<-] ( https://github.com/Vanessa219/vditor ) 查看 (部分功能仍未支持)
19
+
11
20
## 💻使用方式
12
21
13
22
1 . 下载,目前提供以下下载方式:
18
27
19
28
## 📒TODO
20
29
30
+ > 如果可以支持的功能将会加入到这个TODO列表中,列表中没有的功能也未必是不能支持的,可能只是开发者没有想到
31
+
21
32
- [x] 能够在Halo中运行Vditor编辑器
22
33
- [x] 支持数学公式、脑图、图表、流程图、甘特图、时序图、五线谱、graphviz 渲染、plantumlUML图
23
34
- [ ] 支持暗色主题渲染
24
35
- [ ] 支持资源选取
25
36
- [ ] 支持代码高亮及复制
26
37
- [ ] 支持多媒体渲染
27
38
39
+ ## 🙏 鸣谢
40
+
41
+ > 特别感谢[ Vditor] ( https://github.com/Vanessa219/vditor ) ,本插件大部分内容均为此编辑器提供
42
+
43
+ * [ Vditor] ( https://github.com/Vanessa219/vditor ) 一款浏览器端的 Markdown 编辑器,支持所见即所得、即时渲染(类似 Typora)和分屏预览模式。
44
+ * [ Lute] ( https://github.com/88250/lute ) :🎼 一款结构化的 Markdown 引擎,支持 Go 和 JavaScript
45
+ * [ highlight.js] ( https://github.com/highlightjs/highlight.js ) :JavaScript syntax highlighter
46
+ * [ mermaid] ( https://github.com/knsv/mermaid ) :Generation of diagram and flowchart from text in a similar manner as Markdown
47
+ * [ incubator-echarts] ( https://github.com/apache/incubator-echarts ) :A powerful, interactive charting and visualization library for browser
48
+ * [ abcjs] ( https://github.com/paulrosen/abcjs ) :JavaScript library for rendering standard music notation in a browser
49
+
28
50
## 📃开发日志
29
51
30
52
- [ Halo插件开发-Vditor Markdown(一)准备工作] ( https://halo.mczhengyi.top/archives/1700838373720 )
34
56
插件开发的详细文档请查阅:< https://docs.halo.run/developer-guide/plugin/hello-world >
35
57
36
58
``` bash
37
- git clone git@github.com:halo-sigs/plugin-starter .git
59
+ git clone git@github.com:justice2001/vditor-mde .git
38
60
39
61
# 或者当你 fork 之后
40
62
41
- git clone git@github.com:{your_github_id}/plugin-starter .git
63
+ git clone git@github.com:{your_github_id}/vditor-mde .git
42
64
```
43
65
44
66
``` bash
You can’t perform that action at this time.
0 commit comments