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 (4 months ago) | |
Current version: | 0.1.3 | |
Compatible with: | Redmine 5.1.x, 5.0.x | |
User ratings: |
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¶
- 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.
When not using git¶
- 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.
⚠️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.