How to make Quick Diagrams: MermaidJS and more
How to make Quick Diagrams: MermaidJS and more
December 29, 2023
An image is worth a 1000 words.
I cant disagree with that sentece since I discovered these tools:
MermaidJS
A game changer for documenting processes and architecture diagrams:
Example A top down flow chart:
graph TD;
Apps-->Double-Click;
Double-Click-->.deb
Double-Click-->.Appimage
Apps-->Terminal;
Terminal-->APT/NALA;
Dont be afraid, the MermaidJS docs are just amazing to follow: https://mermaid.js.org/intro/
Im in love with Mermaid to create really quick diagrams for D&A Architechtural designs:
graph LR subgraph Gold direction LR G1 end subgraph Silver direction LR S1 --> G1 S2 --> G1 end subgraph Bronze direction LR B1 --> S1 B2 --> S2 B3 --> S2 end
Other Diagram Tools
How could it not be a possibility with Python?
And if you want, you have a SelfHosted option:
ℹ️
These tools play great with PPTs as a code: SliDev, Remark, MARP