UI Extension

Official Website: https://github.com/redmica/redmica_ui_extension

This plugin enhances the UI and offers four main features:

  1. Preview attachments like images and PDFs without page transitions.
  2. Render diagrams such as flowcharts using text input (Mermaid macro).
  3. Filter and display options in select boxes like “Assignee” using keyword search.
  4. 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.

The preview appears without any page transition.
The preview appears without any page transition.

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
    }}
    
By writing the code in Mermaid macro syntax on the left, you can create diagrams like the one shown below.

4. Automatic Burndown Chart Drawing

Burndown charts are automatically drawn based on the creation and end dates of issues.