Author: Alfredo Ramos (Abaddon Ormruz)
Extension Description:
Generate diagrams and flowcharts from text in a similar manner as markdown.
It uses the mermaid library to transform text into SVG diagrams and charts.
Wrap the diagram or chart code in the
[mermaid]
BBCode.Extension Version: 0.4.0-dev
Requirements:
- PHP 7.1.3 or greater
- phpBB 3.3 or greater
- Posting button for the
[mermaid]
BBCode - Live editor ( experimental )
- Generate SVG diagrams from text
- Supports all diagrams and charts available in the library, currently:
- Flowchart
- Sequence diagram
- Class diagram
- State diagram
- Gantt diagram
- Git graph
- Pie chart
- Compatible with Markdown extension
- It doesn't require extra configuration
(Click to see in full size)
Extension Download: alfredoramos_mermaid_0.4.0-dev.zip
GitHub repository: AlfredoRamos/phpbb-ext-mermaid
Changelog:
- 0.4.0-dev - 2020-01-23
- Add live editor, accessible by right-clicking the posting button
- Wrap diagram in a
<figure>
tag instead of a<div>
- Update to Mermaid library v8.4.6
- 0.3.0-dev - 2020-01-06
- Update to Mermaid library v8.4.4
- Update minimum phpBB version requirement to 3.3.0
- 0.2.0-dev - 2019-11-20
- Update to Mermaid library v8.4.2, which fixes rendering issues with some diagrams
- Assign keyboard shortcut to
m
- Add support (posting button) for ABBC3
- Load library from CDN if that option has been enabled by the administrator
- Small translation improvements
- 0.1.0-dev - 2019-10-25
- First version