Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (23 loc) · 1.1 KB

File metadata and controls

40 lines (23 loc) · 1.1 KB

Redmine Ultraviolet Syntax Highlighter Plugin

Redmine Plugin to integrate the Ultraviolet Syntax Highlighting Engine into Redmine.

Features

  • Integrates the Ultraviolet Syntax Highlighting Engine.

  • Configures Ultraviolet as default highlighter in issues and wiki pages.

  • Automatically copies all style sheets from the Ultraviolet Gem into the plugin's asset directory.

Installation and Setup

  • The plugin requires at least Redmine 2.1

  • Open a shell and cd into your Redmine installation directory

  • Install the plugin

      cd plugins
      git clone https://github.com/jochenseeber/redmine_ultraviolet_syntax_highlighter.git
    
  • Run the database migration

      RAILS_ENV=production rake redmine:plugins:migrate
    
  • Restart Redmine

License

This plugin is licensed under the GNU Affero General Public License.