Like PlantUML?
Mermaid: Generation of diagrams like flowcharts or sequence diagrams from text
21–30 of 110 posts
Re: Mermaid: Generation of diagrams like flowcharts or sequence diagrams from text
#22Re: Mermaid: Generation of diagrams like flowcharts or sequence diagrams from text
#23I 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
#24IMO mermaid is awesome, but for two somewhat indirect reasons: - There’s an almost wysiwig editor for mermaid at https://www.mermaidchart.com/play . It’s very convenient and appropriately changes the layout as you draw arrows! - Notion supports inline mermaid charts in code blocks (with preview!) It’s awesome for putting some architecture diagrams in Eng docs.
Re: Mermaid: Generation of diagrams like flowcharts or sequence diagrams from text
#25I end up creating a lot of sequence diagrams and having them as editable mermaid is very convenient. I do wish GitHub giant mermaid navigation controls floating over the bottom right corner obscuring things.
Re: Mermaid: Generation of diagrams like flowcharts or sequence diagrams from text
#26Mapping out database tables while I’m conceptualizing an idea is what I use it more most often. I also use sequence diagrams to map process flow or try e flow of information.
Re: Mermaid: Generation of diagrams like flowcharts or sequence diagrams from text
#27I 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
#28We're now experimenting with creating design questions to ask in interviews with excalidraw/mermaid
Re: Mermaid: Generation of diagrams like flowcharts or sequence diagrams from text
#29I 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/
I like Mermaid fine, but nothing is perfect. I will look at your list. The tool I always wanted would let me paste in the SQL of my database schema and output a diagram of the tables and relationships. That's SQL and not Markdown or JSON or any other format. Note that DrawDB (www.drawdb.app) does this, although it does not yet handle views. But I have been happy with what it offers so far. Still, I would welcome sugg…
Re: Mermaid: Generation of diagrams like flowcharts or sequence diagrams from text
#30I liked Mermaid but unfortunately LLMs don't understand it well, so I switched to Latex tikz which LLMs know pretty well. At least I know Gemini 2.5 Pro does a good job at tikz. 3.7 and o1 were meh.