Project

General

Profile

Plugins Directory » Redmine Wiki Text Colorizer

Author: Yasu Saku
Website: -
Code repository: https://github.com/sk-ys/redmine_wiki_text_colorizer
Registered on: 2024-07-21 (1 day ago)
Current version: 0.1.3
Compatible with: Redmine 5.1.x, 5.0.x
User ratings:   (0)

This plugin adds two buttons to jsToolBar to output HTML tags for changing the text color and background color.

Usage

1. Select the text you want to format.

2. Open the color palette and select a color. This will insert an HTML tag.

Installation notes

When using git

  1. Clone this repository to your Redmine plugins directory.
    git clone https://github.com/sk-ys/redmine_wiki_text_colorizer.git YOUR_REDMINE_DIRECTORY/plugins/redmine_wiki_text_colorizer
    
  2. Restart Redmine.

When not using git

  1. Download zip file from the release page or the latest main repository .
  2. Extract the ZIP file to your Redmine plugin directory. The name of the unzipped directory must be redmine_wiki_text_colorizer.
  3. Restart Redmine.

⚠️Caution

If you are using Textile or Markdown text formatting in Redmine, you will need to manually update the Redmine source code to support html SPAN tag in the wiki.
CommonMark Markdown does not require updating the Redmine source code.

Changelog

0.1.3 (2023-08-01)

Compatible with Redmine 5.1.x, 5.0.x.