This is the plugin for Redmine.
This plugin adds two buttons to jsToolBar to output HTML tags for changing the
text color and background color.
- 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
- Restart Redmine.
- Download zip file from the release page or the latest main repository.
- Extract the ZIP file to your Redmine plugin directory. The name of the unzipped directory must be
redmine_wiki_text_colorizer
. - Restart Redmine.
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.
This plugin utilizes the Spectrum library (https://github.com/seballot/spectrum) for color picker functionality. Thanks.