Markdown 编辑器 Editor.md for Typecho # [EditorMD](https://dt27.cn/php/editormd-for-typecho/) ![EditorMD](https://dt27.cn/usr/uploads/2016/03/2477390697.png) **Markdown 编辑器 [Editor.md](https://pandao.github.io/editor.md/) for Typecho** ## Features - 支持实时预览、代码/表格插入、代码折叠等功能; - 支持 [Emoji 表情](http://www.emoji-cheat-sheet.com/) - 支持 [ToC(Table of Contents)](https://pandao.github.io/editor.md/examples/toc.html)、[Github Task lists](https://pandao.github.io/editor.md/examples/task-lists.html) 等 Markdown 扩展语法 * - 支持 TeX 科学公式(基于 [KaTeX](http://khan.github.io/KaTeX/))、流程图 [Flowchart](https://pandao.github.io/editor.md/examples/flowchart.html) 和 时序图 [Sequence Diagram](https://pandao.github.io/editor.md/examples/sequence-diagram.html) * _*需要在插件设置中手动启用,启用后将使用 [marked.js](https://github.com/chjj/marked) 接管前台 Markdown 解析,但接管前台解析后,会导致与文章内容有关的插件失效。_ _*语法完整示例:[https://pandao.github.io/editor.md/examples/full.html](https://pandao.github.io/editor.md/examples/full.html)_ ## GitHub ## 更新记录 ## Typecho 插件安装及使用 0. **插件更新升级时,请先禁用插件后再上传** 1. [点此](https://github.com/DT27/EditorMD/archive/master.zip)下载插件 2. 将下载的文件解压,文件夹重命名为`EditorMD`,上传到Typecho`usr/plugins/`目录下 3. 登陆后台,在`控制台`下拉菜单中点击`插件`进入`插件管理` 4. 找到`EditorMD`,点击`启用` 5. 根据需要更新设置 ## License > Copyright © 2016 [DT27](https://dt27.cn) > License: [The MIT License.](https://github.com/DT27/EditorMD/blob/master/LICENSE)
启动server error
Apache 版本 2.4.18
PHP 版本 5.3.29
谢谢!
搞定了 把文件名改成EditorMD 即可 谢谢 做了那么好的插件
在https上面用,图标都挂了是什么回事呀?
不会啊,https 都做过处理的,我博客用的就是 https。
已经解决啦
请问怎么解决的。我的EditorMD图标也都挂了。
博主,你好!这款插件,我在IE7内核上正常使用,但是在google 浏览器就不行了
非常感谢博主分享,对于blog迁移的童鞋或者老的文章使用Markdown(即没有安装EditorMD插件)有EditorMD失效的问题
原因是,老的文章,没有使用EditorMD编辑生成文章,解决方法有两个:
1.在 usr/themes/...(你的主题)/主题footer.tpl.htm文件中添加 marked.js 等你的blog缺少的
2.将你的文章copy 后,新建文章重新发布,把时间修改一下就OK了!
博主您好 插件做的很好,但是有一问题请教一下 启用此插件 我blog的主题在移动端显示空白,不知哪里有冲突呢?
明天白天联系我,你启用后我看看。
求自动显示目录~~~~
出现错误了,很多图标都显示不了
文章页面显示
Fatal error: Using $this when not in object context in D:wampwwwtypevarHyperDown.php on line 278
sqllite安装的博客启用不能。。。显示服务器错误
在
config.inc.php
里加入define('__TYPECHO_DEBUG__', true);
开启错误输出,看下具体错误。
博主你好,您的作品棒极了。不过我现在有个小问题,就是文章插入html代码会被转义,请问如何解决禁止html转义的问题?
不太理解你的问题,我试了把这段代码放到文章里,Typecho默认会转义后以文本形式显示出来,如果在Editor.md设置中启用
接管前台Markdown解析
,文章里的html代码就会直接解析执行。