插件目录 » 代码高亮按钮
|
作者 | Jan Jezek |
---|---|---|
网站 | https://github.com/mediatainment/redmine_codebutton | |
代码仓库 | https://github.com/mediatainment/redmine_codebutton | |
注册时间 | 2014-04-10 (超过10年前) | |
当前版本 | 0.0.1 | |
兼容性 | Redmine 2.4.x, 2.3.x | |
用户评分 |
这是一个为Redmine添加代码高亮按钮的小型扩展。
选择文本并按“代码”按钮,选择您想要的编程语言,
摆脱写作的烦恼
<pre> <code class="ruby"> MyClass.new(:blah) </code> <pre>
安装说明
将此仓库克隆或下载到您的 redmine_root/plugins/ 文件夹
$ git clone https://github.com/mediatainment/redmine_codebutton.git
或将其添加为git的子模块
$ git submodule add git://github.com/mediatainment/redmine_codebutton.git
plugins/redmine_codebutton
您可能需要运行插件rake任务以提供资源(从Redmine根目录)
$ rake redmine:plugins $ rake redmine:plugins:migrate RAILS_ENV=production
重启Redmine
变更日志
0.0.1 (2014-01-01)
兼容Redmine 2.4.x, 2.3.x。