this post was submitted on 09 Jul 2023
88 points (97.8% liked)

Programming

18008 readers
100 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS
top 17 comments
sorted by: hot top controversial new old
[–] [email protected] 12 points 2 years ago (1 children)

how does this compare to mermaid or plantuml?

[–] [email protected] 4 points 2 years ago (1 children)

I’ve been using D2 for my diagrams for about a month now. The D2 syntax is the most natural to me, but finding online help for Mermaid and PlantUML is easier.

[–] uthredii 4 points 2 years ago

Mermaid is inuded by default in some markdown flavours, you can use it on github, mkdocs websites and probably others.

[–] [email protected] 4 points 2 years ago (1 children)

This feels like a more modern and feature rich version of PlantUML. Very interesting

[–] lowleveldata 1 points 2 years ago (1 children)

Can D2 do flowchart aka activity diagram in PlantUML?

[–] [email protected] 4 points 2 years ago (1 children)

Looks like it. https://d2lang.com/tour/sequence-diagrams

I'm impressed with the grid diagrams too. I'm not sure plantUML has anything equivalent.

It doesnt support all the diagram types plantUML does (for now) but it has the only two i ever used anyway. The tooling seems more robust and modern. I think I have a better chance getting my coworkers to try this one

[–] [email protected] 3 points 2 years ago (1 children)

Oops i can't read.

Flowcharts / activity diagrams seem well supported too, though.

[–] lowleveldata 1 points 2 years ago* (last edited 2 years ago) (1 children)

Does it? I looked through the document and didn't find it. It seems to be more focus on state diagram / component diagram.

[–] [email protected] 1 points 2 years ago (1 children)

Might just be my ignorance- if it has boxes connected with directional arrows it does everything I need a flow chart to do

[–] lowleveldata 2 points 2 years ago

There are a lot more specific shapes and layouts in a flowchart than simple boxes and arrows. E.g. start and end, branching, loop back, subprocess, etc

[–] Lodra 3 points 2 years ago

For VS Code users, there's also the terrastruct.d2 extension that provides language support for .d2 files. It even let's you use the preview feature to watch live changes!

If anyone is interested, it would be great to have a write up on d2 and the extension over at [email protected]

[–] dabe 2 points 2 years ago

This looks crazy cool… one of those projects that I really wish I had a use for so I could try it lol

[–] [email protected] 2 points 2 years ago

I would love to use it to create AWS architecture diagrams.

[–] u_tamtam 2 points 2 years ago

Doesn't look too bad, I doubt it will dislodge graphviz/dot any time soon, though :)

[–] lasagna 1 points 2 years ago

That's text in the sense that html is text.

[–] DolceTriade 1 points 2 years ago

Looks great. I've been using asciiflow and sequence diagram for my diagrams. I'll give this a try

[–] [email protected] 1 points 2 years ago

I would love to have this in Azure DevOps for wikis. The Mermaid support is too limiting.