I’ve been working on an AI diagramming tool built around D2: https://aidiagrammaker.com/ You describe a system in plain English, and it generates architecture diagrams, flowcharts, and sequence diagrams in D2.
Edits can be made either directly in the D2 code or via a context-aware editor.
Plus, according to this comment on an issue, folks in their discord say it's not being actively maintained.
https://github.com/terrastruct/d2/issues/2735#issuecomment-4...
Thanks for sharing
parentA.childA -> parentB.childB: voop
parentB.childB -> parentA: vorp
shouldn't be that hard![1] https://mermaid.ai/open-source/syntax/stateDiagram.html#comp...
The language is richer and all diagram types are implemented consistently in the same language in a way that can be composed, as opposed to being a collection of unrelated DSLs.
The improved visual appearance is clear from inspecting example diagrams, I believe.
And, does GitHub support it? (Follow up: alas not! Sadness. Please add!)