Plugins Directory » Colorbox
|
Author: | Milan Štefánik |
---|---|---|
Website: | - | |
Code repository: | https://github.com/Stefanikm/redmine_colorbox | |
Registered on: | 2025-05-29 (11 days ago) | |
Current version: | 0.0.1 | |
Compatible with: | Redmine 5.1.x, 5.0.x | |
User ratings: |
Adds a simple macro {{colorbox(...)}} for Redmine Wiki pages.
It wraps the selected text in a <span class="colorbox"> with custom background style (#5A5B5D). Great for highlighting inline notes and warnings.
Example usage:
{{colorbox(Important notice)}}
Compatible with Redmine 5.x and newer.
Installation notes
1. Download or clone the plugin into your Redmine plugins directory:
cd /your/redmine/path/plugins
git clone https://github.com/Stefanikm/redmine_colorbox colorbox
2. Clear cache and restart Redmine:
bundle exec rake tmp:cache:clear RAILS_ENV=production
touch tmp/restart.txt
3. Use in Wiki:
{{colorbox(Your text here)}}
Changelog
0.0.1 (2025-05-29)
Compatible with Redmine 5.1.x, 5.0.x.