Plugins Directory » Code hightlight Button
|
|
Author: | Jan Jezek |
|---|---|---|
| Website: | https://github.com/mediatainment/redmine_codebutton | |
| Code repository: | https://github.com/mediatainment/redmine_codebutton | |
| Registered on: | 2014-04-10 (over 11 years ago) | |
| Current version: | 0.0.1 | |
| Compatible with: | Redmine 2.4.x, 2.3.x | |
| User ratings: |
This is an small extension for redmine, which adds a code highlight button to the default editor.
Select a text and press the “code”-button, choose your desired language and
GET RID OF WRITING:
<pre>
<code class="ruby">
MyClass.new(:blah)
</code>
<pre>
Installation notes
Clone or download this repo into your redmine_root/plugins/ folder
$ git clone https://github.com/mediatainment/redmine_codebutton.git
or add it as a submodule of git:
$ git submodule add git://github.com/mediatainment/redmine_codebutton.git
plugins/redmine_codebutton
You may have to run the plugin rake task to provide the assets (from the Redmine root directory):
$ rake redmine:plugins $ rake redmine:plugins:migrate RAILS_ENV=production
Restart redmine
Changelog
0.0.1 (2014-01-01)
Compatible with Redmine 2.4.x, 2.3.x.