Live data from Hacker News

Mermaid: Generation of diagrams like flowcharts or sequence diagrams from text

github.com

1–10 of 110 posts

Re: Mermaid: Generation of diagrams like flowcharts or sequence diagrams from text

#2
I have an almost exhaustive list [1] of browser based text to diagram tools. Some specialised tools (like https://sequencediagram.org/) so much better at what they do than any generic ones like mermaid.

[1] https://xosh.org/text-to-diagram/

Re: Mermaid: Generation of diagrams like flowcharts or sequence diagrams from text

#9

I have an almost exhaustive list [1] of browser based text to diagram tools. Some specialised tools (like https://sequencediagram.org/ ) so much better at what they do than any generic ones like mermaid. [1] https://xosh.org/text-to-diagram/

70! That is awesome

Re: Mermaid: Generation of diagrams like flowcharts or sequence diagrams from text

#10
post #6

Little weird to see this on the lead page… mermaid has been around for a long time. And in general I’ve found its real world use pretty lacking.

I use it and see it many times per month as it’s the preferred way of sticking graphics and diagrams in markdown in git repos and generated static sites.

It’s so handy for putting a sequence diagram in your docs and then tracking the changes over time using git.

I’m curious what other software developers use if not this. I’ve tried specific graph and drawing tools like lucid and Visio, but the simplicity of mermaid is nice. And I don’t know anything else that shows git blame for who changed what in my diagram, when.

Post reply on HN