glow icon indicating copy to clipboard operation
glow copied to clipboard

Support for mermaid, to render flow diagrams

Open abishekmuthian opened this issue 2 years ago • 4 comments

Greetings developers & contributors.

Mermaid is a flowchart diagram JS library which renders markdown into diagrams, GitHub uses it to render diagrams in the markdown files.

Adding support for mermaid in glow can add more value, Mermaid has a cli tool which might come handy for adding the support.

abishekmuthian avatar May 14 '22 05:05 abishekmuthian

Is there a way to render Mermaid as ASCII Graphs ? If not, there are other options like https://metacpan.org/release/TELS/Graph-Easy-0.64/view/lib/Graph/Easy.pm and plantuml.com using command line or Rest API

deicon avatar Nov 11 '22 15:11 deicon

I am not sure this request makes sense.. Mermaid runs in the browser, or renders to SVG - not "text".

vorburger avatar Apr 15 '23 12:04 vorburger

This request get along with mermaid counterpart: https://github.com/mermaidjs/mermaid-live-editor/issues/36

ook avatar Sep 13 '23 08:09 ook

Maybe it would suffice to provide any means of rendering the most used mermaid chart types, without actually using mermaid.js - just the definition syntax? (I am aware that would probably be a project in and of itself)

Fildor avatar Mar 23 '24 10:03 Fildor