5 ms·
Mermaid is great for simple stuff. If you want a more advanced approach where you can even have multiple levels. Lool at c4. The best way to do c4 without payin
by xeor 2y ago
Mermaid is great for simple stuff. If you want a more advanced approach where you can even have multiple levels. Lool at c4. The best way to do c4 without paying a dime I think is https://likec4.dev/ https://likec4.dev/
But again, for simple stuff, mermaid! It's also natively supported in a lot of markdown renderers, like gitlab
- cricalix 2y agoThere's also PlantUML (lots of ads on the page, unfortunately) with support for all sorts of diagram types, and it's extensible. Swimlane, UML, sequence and about 20 more.
- sorokod 2y agoalso supports macros
- alexkwood 2y agowith this plantuml excel plugin, you keep keep all your diagrams in excel and also no need to learn the syntax for couple of plantuml diagram types https://docs.cornerstoneappsolutions.com/getting-started/ https://docs.cornerstoneappsolutions.com/getting-started/ https://www.youtube.com/@CornerStoneAppSolutions/videos?app=desktop https://www.youtube.com/@CornerStoneAppSolutions/videos?app=...
- smusamashah 2y agoThere are also ilograph and structurizr for architecture diagrams. Ilograph https://app.ilograph.com/ https://app.ilograph.com/ Structurizr https://structurizr.com/dsl https://structurizr.com/dsl
- mdaniel 2y agoIt's not a great look for Ilograph's first example diagram to smash text on top of one another :-/ https://imgur.com/CdJXyYN https://imgur.com/CdJXyYN
- Veuxdo 2y agoIt's a known issue with FireFox... at least it only happens on hover.
- bornfreddy 2y agoThat's... not better.
- vladsanchez 2y agoWow! Thanks for sharing this ... Been looking for a FREE C4 diagrammer without paying Simon Brown! LOL
- BerislavLopac 2y agoIcePanel has a free tier. [0] [0] https://icepanel.io/ https://icepanel.io/
- riwsky 2y agoMermaid even has experimental support for plantUML-format C4: https://mermaid.js.org/syntax/c4.html https://mermaid.js.org/syntax/c4.html
- SOLAR_FIELDS 2y agoIndeed they do. It works but it is not great. I tried it for a couple of projects but eventually switched away from it because the layout renderer is pretty bad at this time and the results are not aesthetically pleasing at all, at times being difficult to read because the layout algorithm is so bad.
- troyvit 2y agoLikeC4 looks really cool. I spent a little time with the documentation and it seems like it requires that it runs its own server to render the diagram. In other words no export to html or svg. Do you know if that's the case?