https://github.com/pandao/editor.md
https://pandao.github.io/editor.md/examples/index.html
A simple online markdown editor.
Editor.md是一个基于jQuery和CodeMirror构建的在线Markdown文档编辑器。
支持Markdown标准和Github风格;
支持实时预览和多语言语法高亮;
支持AMD/CMD模块化加载(支持Require.js & Sea.js);
兼容主流的浏览器(IE8+),且支持iPad等平板设备;
支持流程图 flowchart 和时序图 sequenceDiagram;
https://pandao.github.io/editor.md/examples/index.html
通过Github下载安装,或者通过bower安装:
class="undefined">bower install editor.md
HTML:
<div class="editormd" id="test-editormd">
<script type="text/markdown">javascript">###Hello world!</script>
</div>
javascript:
<link rel="stylesheet" href="../dist/css/editormd.css" />
<script src="../lib/jquery.min.js"></script>
<script src="../src/js/editormd.js"></script>
<script type="text/javascript">
$(function() {
var testEditor = editormd("test-editormd", {
path : '../lib/'
});
});
});
</script>
Require.js的使用方法: https://github.com/pandao/editor.md/tree/master/examples/use-requirejs.html
Sea.js的使用方法: https://github.com/pandao/editor.md/tree/master/examples/use-seajs.html
Markdown 是一种简单的、轻量级的标记语法。用户可以使用诸如 * # 等简单的标记符号以最小的输入代价生成极富表现力的文档。
Markdown具有很多优点:
支持Markdown的编辑器太多,功能也不完全一致,有的是用来进行基本的写作,有的是用来写代码的,有的甚至只是博客平台配套的编辑器。本文按照编辑器的平台进行简单的介绍。
Marxico 中文名马克飞象,因为印象笔记不支持Markdown,而这款可以直接把文本存到印象笔记的编辑器对于重度印象笔记用户是个不错的选择。付费软件,可以免费试用。
DBA3A9.jpg" alt="Markdown编辑器" data-bd-imgshare-binded="1" />
没有Mac 没有试用,也就不做太多评价,下面整理了最受好评的几个。
用Linux的程序员根本就不屑于看这种文章。
还有开源软件ReText , Editor.MD 等
因为每个软件定位不同,关于能否具有导出多种格式,导出效果,界面是否优雅,功能是否够多等,没有进行很细致的说明,大家可以选择有兴趣的几款进行试用。
如果你是MD狂魔,可以去关注知乎上的Markdown 话题。(好像MD本身就很小众了....)