插件目录 » Redmine Redcloth 插件
作者 | Jake Kemme | |
---|---|---|
网站 | https://github.com/jdkemme/redmine_redcloth | |
代码仓库 | https://github.com/jdkemme/redmine_redcloth.git | |
注册时间 | 2016-05-24(大约8年前) | |
当前版本 | 0.0.2 | |
兼容性 | Redmine 3.3.x, 3.2.x, 3.1.x | |
用户评分 |
redmine_redcloth 插件¶
一个为 Redmine 开发的 Redcloth 4 插件。允许将文本格式从基于 redloth3 的 Redmine 内置 textile 格式更改为 redcloth4,并集成 coderay 代码高亮显示,以及可选的 HTML 渲染(请参阅插件设置)。
安装说明
安装
选择文件夹 /plugins,运行命令
git clone https://github.com/jdkemme/redmine_redcloth.git bundle install --without development test
重启 Rails 服务器。 (touch tmp/restart.txt)
在 Redmine 中,管理>设置>常规
设置文本格式为:Redcloth 4
变更日志
0.0.2 (2016-07-26)
兼容 Redmine 3.3.x, 3.2.x, 3.1.x。
0.0.1 (2016-05-24)
兼容 Redmine 3.2.x, 3.1.x。