UI Extension
Official Website: https://github.com/redmica/redmica_ui_extension
This plugin enhances the UI and offers four main features:
- Preview attachments like images and PDFs without page transitions.
- Render diagrams such as flowcharts using text input (Mermaid macro).
- Filter and display options in select boxes like “Assignee” using keyword search.
- Display burndown charts by version on the roadmap screen.
With UI Extension, You Can Do the Following:
1. Preview Attachments Feature
Preview attached files such as images and PDFs without navigating away from the page. You can view the files by clicking the magnifying glass icon next to the attachment name.
2. Draw Diagrams like Class Diagrams, Sequence Diagrams, and Pie Charts (Mermaid Macro)
By simply entering text (mermaid macro) in the input fields of issues or the Wiki, you can draw various types of diagrams such as class diagrams, sequence diagrams, and pie charts.
Use the Mermaid macro as follows:
{{mermaid
mermaid code content
}}
3. Keyword Search in Select Boxes
Even in projects with many members, you can easily select an assignee by searching their name.
4. Automatic Burndown Chart Drawing
Burndown charts are automatically drawn based on the creation and end dates of issues.