![]() | 1 SoloCompany 2014-11-09 21:13:06 +08:00 ![]() Markdown 编辑器好像没见过哪个是属于 WYGIWYS 的吧,都是编辑源码实时或半实时预览,包括 so gh 以及很多其他家的,顶多也就是加上源码编辑高亮。 atlassian 家的 confluence 倒是支持 WYGIWYS 编辑,但他们只有自己的 wiki markup 没有 markdown 支持,此外,这种工作方式的编辑器体验,谁用谁知道,生成的源码简直不堪入目 |
![]() | 2 cbsw 2014-11-09 21:34:57 +08:00 ![]() 非程序员确定用 MD 合适? 不妨试试这个 http://xing.github.io/wysihtml5/ |
![]() | 3 taoche 2014-11-09 22:18:33 +08:00 ![]() Markdown编辑器 : http://simditor.tower.im/ 转Markdown https://github.com/domchristie/to-markdown 更多内容请自行搜索。 |
![]() | 4 Artotria 2014-11-09 23:04:09 +08:00 野猫酱求社区地址_(:3 |
![]() | 5 wvv8oo 2014-11-09 23:09:27 +08:00 ![]() |
![]() | 6 pcwow 2014-11-09 23:11:02 +08:00 ![]() 编辑器:EpicEditor https://github.com/OscarGodson/EpicEditor 解析:marked https://github.com/chjj/marked 最近做了个小网站用了这两个,感觉挺好的 |
![]() | 8 toooddchen 2014-11-11 00:17:47 +08:00 ![]() bootstrap-markdown |
10 BoiledEgg 2014-11-11 14:27:19 +08:00 ![]() marked问题比较多,而且现在开发几乎停滞了,解析库用remarkable不错。 cnodejs.org的编辑器就不错,他们是用CodeMirror做的,并针对其做了其他插件,比如图片上传之类的。 https://github.com/cnodejs/nodeclub/tree/master/public/libs/editor 可以在这里找到他们的编辑器代码。 |