mirror of
https://github.com/woodchen-ink/md-wechat.git
synced 2025-07-18 13:42:02 +08:00
46 lines
2.0 KiB
Markdown
46 lines
2.0 KiB
Markdown
# 微信 Markdown 编辑器
|
||
[](https://github.com/doocs/md) [](https://gitee.com/doocs/md) [](./LICENSE)
|
||
|
||
本项目基于 [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 编辑器,样式繁杂,也不符合我个人的审美需求。在我使用它们进行文章排版的时候,经常还要自己做一些改动,费时费力,因此动手做了二次开发。
|
||
|
||
## 功能特性
|
||
- [x] 支持 Markdown 所有基础语法
|
||
- [x] 支持单独进行字体、字号设置
|
||
- [x] **支持色盘取色**,并一键替换颜色
|
||
- [x] 支持链接微信图文,外链自动转为文末索引
|
||
- [x] 支持一键复制并粘贴到公众号后台
|
||
|
||

|
||
|
||

|
||
|
||
## 我的公众号
|
||
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> |