Diagramming with ChatGPT

Introduction ChatGPT cannot embed pictures in conversations, but it is still possible to draw diagrams and charts like flowcharts, sequence diagrams, Gantt charts and many others. There are tools such as mermaid.js (or, just Mermaid) that enable this. Quoting the official introduction about Mermaid: … is a JavaScript based diagramming and charting tool that renders Markdown-inspired text definitions to create and modify diagrams dynamically. So with Mermaid, you just need to ask ChatGPT to write Mermaid code to draw diagrams....

January 3, 2023 · 2 min · 312 words