项目

常规

个人资料

插件目录 » 代码高亮按钮

作者 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
用户评分   (6)

这是一个为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。

用户评分

 Tobias Fischer 在4年前评分

很棒的插件!谢谢,jan! :)

当前版本是0.3.0,也支持Redmine 3.3/3.4以及markdown格式化选项。

我在https://github.com/paginagmbh/redmine_codebutton的分支中添加了对Redmine 4.x的支持

 Robert Korulczyk 大约8年前评分

 Rick Richard 大约8年前评分

在3.2.0-stable版本上运行

 Stanislas Dourdin 大约9年前评分

此插件应替换核心的pre标签,因为它非常有用。
许多Redmine用户不知道存在高亮语法,因为pre标签不够直观。

在Redmine 2.6.X版本上运行

做得好。

 Anton Kovalenko 大约10年前评分

有用,有助于记住这些pre和code标签的顺序 ))

 Ivan Rapekas 大约10年前评分

太棒了!