mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
f93a001507
添加图片上传功能
55 lines
2.6 KiB
Markdown
55 lines
2.6 KiB
Markdown
# 微信 Markdown 编辑器
|
||
[![github](https://badgen.net/badge/⭐/GitHub/cyan)](https://github.com/doocs/md) [![gitee](https://badgen.net/badge/⭐/Gitee/cyan)](https://gitee.com/doocs/md) [![license](https://badgen.net/github/license/doocs/md)](./LICENSE) [![PRs Welcome](https://badgen.net/badge/PRs/welcome/green)](http://makeapullrequest.com)
|
||
|
||
本项目基于 [wechat-format](https://github.com/lyricat/wechat-format) 进行二次开发,感谢 [lyricat](https://github.com/lyricat) 的创意和贡献!
|
||
|
||
## 编辑器地址
|
||
欢迎使用本微信 Markdown 编辑器进行排版。
|
||
|
||
- GitHub Page:https://doocs.github.io/md
|
||
- Gitee Page:https://doocs.gitee.io/md
|
||
|
||
注:对于国内(中国)的朋友,访问 Gitee Page 速度会相对快一些。
|
||
|
||
## 为何二次开发
|
||
现有的开源微信 Markdown 编辑器,样式繁杂,也不符合我个人的审美需求。在我使用它们进行文章排版的时候,经常还要自己做一些改动,费时费力,因此动手做了二次开发。
|
||
|
||
欢迎随时提交 PR,让这款微信 Markdown 编辑器变得更好!
|
||
|
||
## 功能特性
|
||
- [x] 支持 Markdown 所有基础语法
|
||
- [x] 支持单独进行字体、字号设置
|
||
- [x] 支持色盘取色,并一键替换颜色
|
||
- [x] 支持链接微信图文,外链自动转为文末索引
|
||
- [x] 支持一键复制并粘贴到公众号后台
|
||
- [x] 支持图片上传并将 URL 插入编辑器光标定位处
|
||
|
||
![select-and-replace-color-theme](./assets/images/select-and-replace-color-theme.gif)
|
||
|
||
![copy-and-paste](./assets/images/copy-and-paste.gif)
|
||
|
||
## 示例文章
|
||
- [ES6 特性快速扫盲](https://mp.weixin.qq.com/s/I3EzOO0skf8xDCGtyYM5Lg)
|
||
- [10 道 BAT 大厂海量数据面试题(附题解+方法总结)](https://mp.weixin.qq.com/s/rjGqxUvrEqJNlo09GrT1Dw)
|
||
- [阿里又一个 20k+ stars 开源项目诞生,恭喜 fastjson!](https://mp.weixin.qq.com/s/RNKDCK2KoyeuMeEs6GUrow)
|
||
|
||
|
||
## 我的公众号
|
||
GitHub 技术社区 Doocs 旗下唯一公众号“Doocs 开源社区”,欢迎关注,专注于分享有价值的文章;当然,也可以加我个人微信(备注:GitHub)。
|
||
|
||
<table>
|
||
<tr>
|
||
<td align="center" style="width: 200px;">
|
||
<a href="https://github.com/doocs">
|
||
<img src="./assets/images/qrcode-for-doocs.jpg" style="width: 400px;"><br>
|
||
<sub>公众平台</sub>
|
||
</a><br>
|
||
</td>
|
||
<td align="center" style="width: 200px;">
|
||
<a href="https://github.com/yanglbme">
|
||
<img src="./assets/images/qrcode-for-yanglbme.jpg" style="width: 400px;"><br>
|
||
<sub>个人微信</sub>
|
||
</a><br>
|
||
</td>
|
||
</tr>
|
||
</table> |