Markdown Plus is a lightweight markdown editor. Besides common markdown, GitHub flavored markdown, it also supports task lists and emojis.
- Simple, only a few handred lines of code
- GitHub flavored markdown
- Realtime preview
- Source code highlight
- Task lists
- Emojis
We had tried several of the markdown editors available on GitHub, they are either too simple in features or too complex in implementation.
We spent too much time finding, hacking and tweaking other markdown editors and finally we decided to create our own.
We hope Markdown Plus could save your time when you need a simple yet feature-rich markdown editor.
git clone https://github.com/tylingsoft/markdown-plus.git && cd markdown-plus
bower install
open index.html
Please take index.html
as an example.
Copyright (c) 2015 Tylingsoft
Markdown Plus 是一款轻量级 markdown 编辑器。除了支持标准 markdown、GitHub flavored markdown,它还支持任务列表、Emoji 图标。
- 简单,仅有几百行代码
- GitHub flavored markdown
- 实时预览
- 代码高亮
- 任务列表
- Emoji 图标
我们曾试过 GitHub 上面的几个 markdown 编辑器,对我们来讲它们不是功能上太简单了就是实现上太复杂了。
我们把大量的时间花在了寻找、修改、定制其它的 markdown 编辑器上,直到最终我们决定自己写一个。
我们希望 Markdown Plus 能给那些需要一个既简单又功能完备的 markdown 编辑器的人节省时间。
git clone https://github.com/tylingsoft/markdown-plus.git && cd markdown-plus
bower install
open index.html
参考index.html
,比葫芦画瓢。
版权所有 (c) 2015 Tylingsoft