Project

General

Profile

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 (almost 10 years ago)
Current version: 0.0.1
Compatible with: Redmine 2.4.x, 2.3.x
User ratings:   (6)

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.

User ratings

  by Tobias Fischer about 4 years ago

Awesome plugin! Thanks, jan! :)

The current version is 0.3.0 and also supports Redmine 3.3/3.4 and markdown formatting option.

I added support for Redmine 4.x in my fork at https://github.com/paginagmbh/redmine_codebutton

  by Robert Korulczyk almost 8 years ago

  by Rick Richard about 8 years ago

Works on 3.2.0-stable

  by Stanislas Dourdin almost 9 years ago

This plugin should replace the core pre tag as it is so usefull.
Many redmine's users did not know that there is highlight syntax because the pre tag is not intuitive.

Works on Redmine 2.6.X

Good job.

  by Anton Kovalenko almost 10 years ago

useful, helps not to memorize the order of these pre and code tags ))

  by Ivan Rapekas almost 10 years ago

Great!