2019-12-19 22:22:07 +08:00
|
|
|
|
<p align="center">
|
|
|
|
|
<a href="https://github.com/doocs/md">
|
|
|
|
|
<img src="./assets/images/logo-2.png">
|
|
|
|
|
</a>
|
|
|
|
|
</p>
|
|
|
|
|
<h1 align="center">微信 Markdown 编辑器</h1>
|
2019-11-01 20:08:07 +08:00
|
|
|
|
|
2019-12-19 22:22:07 +08:00
|
|
|
|
<div align="center">
|
|
|
|
|
|
2019-12-26 09:58:41 +08:00
|
|
|
|
[![github](https://badgen.net/badge/⭐/GitHub/cyan)](https://github.com/doocs/md) [![gitee](https://badgen.net/badge/⭐/Gitee/cyan)](https://gitee.com/doocs/md) [![PRs Welcome](https://badgen.net/badge/PRs/welcome/green)](../../pulls) [![users](https://badgen.net/badge/who's/using/green)](../../issues) [![license](https://badgen.net/github/license/doocs/md)](./LICENSE) [![release](https://img.shields.io/github/v/release/doocs/md.svg)](../../releases)
|
2019-12-01 14:52:07 +08:00
|
|
|
|
|
2019-12-19 22:22:07 +08:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
## 项目介绍
|
|
|
|
|
> 本项目基于 [wechat-format](https://github.com/lyricat/wechat-format) 进行二次开发,感谢 [lyricat](https://github.com/lyricat) 的创意和贡献!
|
2019-11-04 09:41:02 +08:00
|
|
|
|
|
2019-12-19 22:22:07 +08:00
|
|
|
|
Markdown 文档自动即时渲染为微信图文,让你不再为微信文章排版而发愁!只要你会基本的 Markdown 语法,就能做出一篇样式简洁而又美观大方的微信图文。
|
2019-11-01 17:34:00 +08:00
|
|
|
|
|
2019-12-19 22:22:07 +08:00
|
|
|
|
## 在线编辑器地址
|
2020-04-11 18:12:29 +08:00
|
|
|
|
- Netlify: https://mdmd.netlify.com
|
2020-04-01 09:36:24 +08:00
|
|
|
|
- Gitee Pages:https://doocs.gitee.io/md
|
2020-04-11 18:12:29 +08:00
|
|
|
|
- GitHub Pages:https://doocs.github.io/md
|
2019-11-01 18:28:26 +08:00
|
|
|
|
|
2020-04-01 09:36:24 +08:00
|
|
|
|
注:推荐使用 Chrome 浏览器,效果最佳。另外,对于国内(中国)的朋友,访问 [Gitee Pages](https://doocs.gitee.io/md) 速度会相对快一些。
|
2019-11-01 18:28:26 +08:00
|
|
|
|
|
2019-11-28 18:24:20 +08:00
|
|
|
|
## 为何二次开发
|
|
|
|
|
现有的开源微信 Markdown 编辑器,样式繁杂,也不符合我个人的审美需求。在我使用它们进行文章排版的时候,经常还要自己做一些改动,费时费力,因此动手做了二次开发。
|
|
|
|
|
|
2019-12-19 22:22:07 +08:00
|
|
|
|
欢迎各位朋友随时提交 PR,让这款微信 Markdown 编辑器变得更好!如果你有新的想法,也欢迎在 Issues 区反馈。
|
2019-11-29 10:54:22 +08:00
|
|
|
|
|
2020-02-24 09:05:07 +08:00
|
|
|
|
注:目前在非 master 分支上对项目进行重构,更多新特性,敬请期待!
|
|
|
|
|
|
|
|
|
|
- [Vue 分支](https://github.com/doocs/md/tree/m_create_vue)
|
|
|
|
|
- [React 分支](https://github.com/doocs/md/tree/chore-webpack)
|
|
|
|
|
|
2020-01-31 13:52:42 +08:00
|
|
|
|
|
2019-11-28 18:24:20 +08:00
|
|
|
|
## 功能特性
|
|
|
|
|
- [x] 支持 Markdown 所有基础语法
|
|
|
|
|
- [x] 支持单独进行字体、字号设置
|
2019-11-30 20:36:32 +08:00
|
|
|
|
- [x] 支持色盘取色,并一键替换颜色
|
2019-11-28 18:24:20 +08:00
|
|
|
|
- [x] 支持链接微信图文,外链自动转为文末索引
|
|
|
|
|
- [x] 支持一键复制并粘贴到公众号后台
|
2019-12-18 22:23:15 +08:00
|
|
|
|
- [x] 支持多图上传并将 URL 插入编辑器光标定位处
|
2019-12-19 21:04:13 +08:00
|
|
|
|
- [x] 支持一键下载 Markdown 文档到本地
|
2019-12-10 22:14:31 +08:00
|
|
|
|
- [x] 支持自定义 CSS 样式并实时渲染
|
2019-12-10 22:26:43 +08:00
|
|
|
|
- [x] 支持一键恢复至默认内容及样式
|
|
|
|
|
- [x] 支持打开或关闭引用链接的选项
|
2019-11-28 18:24:20 +08:00
|
|
|
|
|
2019-12-31 19:47:41 +08:00
|
|
|
|
<!--
|
2019-12-11 20:16:30 +08:00
|
|
|
|
![select-and-change-color-theme](./assets/images/doocs-md-select-and-change-color-theme.gif)
|
2019-11-28 18:24:20 +08:00
|
|
|
|
|
2019-12-11 20:16:30 +08:00
|
|
|
|
![copy-and-paste](./assets/images/doocs-md-copy-and-paste.gif)
|
2019-11-28 18:24:20 +08:00
|
|
|
|
|
2019-12-11 20:16:30 +08:00
|
|
|
|
![custom](./assets/images/doocs-md-custom-css.gif)
|
2019-12-01 10:51:32 +08:00
|
|
|
|
|
2019-12-31 19:47:41 +08:00
|
|
|
|
![doocs-md-upload-image](./assets/images/doocs-md-upload-image.gif)
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
![select-and-change-color-theme](https://imgkr.cn-bj.ufileos.com/32c05c23-6309-491f-bd0d-f22a62c944b4.gif)
|
|
|
|
|
|
|
|
|
|
![copy-and-paste](https://imgkr.cn-bj.ufileos.com/31f16c2f-480c-4ea3-bb89-89b6e14d18e5.gif)
|
|
|
|
|
|
|
|
|
|
![custom](https://imgkr.cn-bj.ufileos.com/bbf0a0b6-b817-4626-bf79-4e18df318681.gif)
|
|
|
|
|
|
|
|
|
|
![doocs-md-upload-image](https://imgkr.cn-bj.ufileos.com/97db3cd6-bddc-4eff-8635-472631b0a642.gif)
|
2019-12-11 21:01:02 +08:00
|
|
|
|
|
2020-01-19 14:20:56 +08:00
|
|
|
|
## 谁在使用
|
|
|
|
|
<table>
|
|
|
|
|
<tr>
|
2020-03-30 09:23:13 +08:00
|
|
|
|
<td align="center" style="width: 80px;">
|
2020-03-11 10:13:27 +08:00
|
|
|
|
<a href="https://mp.weixin.qq.com/s/RNKDCK2KoyeuMeEs6GUrow">
|
2020-03-30 09:23:13 +08:00
|
|
|
|
<img src="https://imgkr.cn-bj.ufileos.com/29fbfc6e-b1f2-4995-982f-74f993256626.png" style="width: 50px;"><br>
|
2020-01-19 14:20:56 +08:00
|
|
|
|
<sub>Doocs开源社区</sub>
|
|
|
|
|
</a>
|
2020-03-11 10:13:27 +08:00
|
|
|
|
</td>
|
2020-03-30 09:23:13 +08:00
|
|
|
|
<td align="center" style="width: 80px;">
|
2020-03-11 10:13:27 +08:00
|
|
|
|
<a href="https://mp.weixin.qq.com/s/FpGIX9viQR6Z9iSCEPH86g">
|
2020-03-30 09:23:13 +08:00
|
|
|
|
<img src="https://imgkr.cn-bj.ufileos.com/2631fe1d-0521-4f51-abb9-5250f4dda268.jpg" style="width: 50px;"><br>
|
2020-03-11 10:13:27 +08:00
|
|
|
|
<sub>掘墓人的小铲子</sub>
|
|
|
|
|
</a>
|
|
|
|
|
</td>
|
2020-03-30 09:23:13 +08:00
|
|
|
|
<td align="center" style="width: 80px;">
|
2020-03-18 18:34:36 +08:00
|
|
|
|
<a href="https://mp.weixin.qq.com/s/yB3ZH3jmcF_LbzuKmnR9BQ">
|
2020-03-30 09:23:13 +08:00
|
|
|
|
<img src="https://imgkr.cn-bj.ufileos.com/4b4b10a4-1146-4056-8799-9f8c1a3e5e9e.png" style="width: 50px;"><br>
|
2020-03-18 18:34:36 +08:00
|
|
|
|
<sub>全网重点</sub>
|
|
|
|
|
</a>
|
|
|
|
|
</td>
|
2020-03-30 09:23:13 +08:00
|
|
|
|
<td align="center" style="width: 80px;">
|
|
|
|
|
<a href="https://mp.weixin.qq.com/s/oc5Z2t9ykbu_Dezjnw5mfQ">
|
|
|
|
|
<img src="https://imgkr.cn-bj.ufileos.com/1ddb47f6-4943-4aae-ad24-c75c22c758bf.png" style="width: 50px;"><br>
|
|
|
|
|
<sub>爱码士的内心独白</sub>
|
|
|
|
|
</a>
|
|
|
|
|
</td>
|
2020-04-03 18:43:03 +08:00
|
|
|
|
<td align="center" style="width: 80px;">
|
|
|
|
|
<a href="https://mp.weixin.qq.com/s/SFde8OsZ8FzNGMHwpmDtrg">
|
|
|
|
|
<img src="https://imgkr.cn-bj.ufileos.com/830333b7-74b2-4dbc-9384-b5cac63b1d17.jpg" style="width: 50px;"><br>
|
|
|
|
|
<sub>乐玩nodejs npm工具库</sub>
|
|
|
|
|
</a>
|
|
|
|
|
</td>
|
2020-04-17 14:05:12 +08:00
|
|
|
|
<td align="center" style="width: 80px;">
|
|
|
|
|
<a href="https://mp.weixin.qq.com/s/7UG24ZugfI5ZnhUpo8vfvQ">
|
|
|
|
|
<img src="https://imgkr.cn-bj.ufileos.com/95e553de-fd8f-4374-8a98-14809122e80e.jpg" style="width: 50px;"><br>
|
|
|
|
|
<sub>简静慢</sub>
|
|
|
|
|
</a>
|
|
|
|
|
</td>
|
2020-01-19 14:20:56 +08:00
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
注:如果你使用了本 Markdown 编辑器进行文章排版,并且希望在本项目 README 中展示你的公众号,请到 [#5](https://github.com/doocs/md/issues/5) 留言。
|
|
|
|
|
|
2019-11-29 11:05:59 +08:00
|
|
|
|
## 示例文章
|
2020-04-17 14:05:12 +08:00
|
|
|
|
- [全网首发!GPU 驱动自升级原理详解](https://mp.weixin.qq.com/s/7UG24ZugfI5ZnhUpo8vfvQ)
|
2020-04-03 18:43:03 +08:00
|
|
|
|
- [Quick Start - 天下武功,唯快不破!效率工具,老少皆宜](https://mp.weixin.qq.com/s/SFde8OsZ8FzNGMHwpmDtrg)
|
2020-03-30 09:23:13 +08:00
|
|
|
|
- [死磕JavaScript系列之原来你是对象(一)](https://mp.weixin.qq.com/s/oc5Z2t9ykbu_Dezjnw5mfQ)
|
2020-03-11 10:13:27 +08:00
|
|
|
|
- [一文多发神器--ArtiPub&OpenWrite](https://mp.weixin.qq.com/s/FpGIX9viQR6Z9iSCEPH86g)
|
2019-12-18 22:23:15 +08:00
|
|
|
|
- [免费且好用的图床,就你了,「图壳」!](https://mp.weixin.qq.com/s/0HhgHLo_tTRFZcC-CVjDbw)
|
2019-12-10 09:04:52 +08:00
|
|
|
|
- [GitHub 项目持续本地化,交给它来做,准没错!](https://mp.weixin.qq.com/s/KO4xHr4EI0YfjF0hiT3pbw)
|
2019-11-29 11:05:59 +08:00
|
|
|
|
- [阿里又一个 20k+ stars 开源项目诞生,恭喜 fastjson!](https://mp.weixin.qq.com/s/RNKDCK2KoyeuMeEs6GUrow)
|
2019-12-15 10:30:55 +08:00
|
|
|
|
- [全球最大的成人网站 Pornhub 2019 年度报告新鲜出炉!](https://mp.weixin.qq.com/s/LY5kOzof1h3I0bw7tCkV1Q)
|
2019-12-10 09:04:52 +08:00
|
|
|
|
- [刷掉 90 % 候选人的海量数据面试题(附题解+方法总结)](https://mp.weixin.qq.com/s/rjGqxUvrEqJNlo09GrT1Dw)
|
2020-01-06 19:49:51 +08:00
|
|
|
|
- [GitHub 标星 11.5k 的一款开源工具,助你轻松查看 Git 历史](https://mp.weixin.qq.com/s/PK-ikENqF13Lmqy2pcMhYQ)
|
2019-11-29 11:05:59 +08:00
|
|
|
|
|
2019-12-10 22:14:31 +08:00
|
|
|
|
## 项目维护者
|
2019-12-19 22:22:07 +08:00
|
|
|
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
|
|
|
|
|
|
|
|
<a href="https://opencollective.com/doocs-md/contributors.svg?width=890&button=true"><img src="https://opencollective.com/doocs-md/contributors.svg?width=890&button=false" /></a>
|
|
|
|
|
|
|
|
|
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
2019-12-10 22:14:31 +08:00
|
|
|
|
|
2019-12-19 22:22:07 +08:00
|
|
|
|
## 项目许可证
|
2020-01-31 13:52:42 +08:00
|
|
|
|
[本项目没有任何限制,Just Do What The F*ck You Want。](LICENSE)
|