Skip to content

Commit f428b4a

Browse files
committed
📝 Add express gratitude to readme
1 parent da831ea commit f428b4a

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

README.md

+24-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88

99
> Vditor 是一款浏览器端的 Markdown 编辑器,支持所见即所得、即时渲染(类似 Typora)和分屏预览模式。它使用 TypeScript 实现,支持原生 JavaScript 以及 Vue、React、Angular 和 Svelte 等框架。
1010
11+
## ✨特性
12+
13+
- 集成强大的Markdown编辑器Vditor进Halo中
14+
- 提供所见即所得(wysiwyg)、即时渲染(ir)、分屏渲染(sv)三种渲染模式
15+
- 支持大纲、数学公式、脑图、图表、流程图、甘特图、时序图、五线谱、多媒体、语音阅读、标题锚点、代码高亮及复制、graphviz 渲染、plantumlUML图
16+
- 支持字符计数
17+
- 支持在前台注入渲染脚本(需在设置中开启)
18+
- 更多强大的语法功能请 [->到这<-](https://github.com/Vanessa219/vditor) 查看 (部分功能仍未支持)
19+
1120
## 💻使用方式
1221

1322
1. 下载,目前提供以下下载方式:
@@ -18,13 +27,26 @@
1827

1928
## 📒TODO
2029

30+
> 如果可以支持的功能将会加入到这个TODO列表中,列表中没有的功能也未必是不能支持的,可能只是开发者没有想到
31+
2132
- [x] 能够在Halo中运行Vditor编辑器
2233
- [x] 支持数学公式、脑图、图表、流程图、甘特图、时序图、五线谱、graphviz 渲染、plantumlUML图
2334
- [ ] 支持暗色主题渲染
2435
- [ ] 支持资源选取
2536
- [ ] 支持代码高亮及复制
2637
- [ ] 支持多媒体渲染
2738

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+
2850
## 📃开发日志
2951

3052
- [Halo插件开发-Vditor Markdown(一)准备工作](https://halo.mczhengyi.top/archives/1700838373720)
@@ -34,11 +56,11 @@
3456
插件开发的详细文档请查阅:<https://docs.halo.run/developer-guide/plugin/hello-world>
3557

3658
```bash
37-
git clone git@github.com:halo-sigs/plugin-starter.git
59+
git clone git@github.com:justice2001/vditor-mde.git
3860

3961
# 或者当你 fork 之后
4062

41-
git clone git@github.com:{your_github_id}/plugin-starter.git
63+
git clone git@github.com:{your_github_id}/vditor-mde.git
4264
```
4365

4466
```bash

0 commit comments

Comments
 (0)