• @WhyIsItReal
    link
    English
    121 year ago

    how does this compare to mermaid or plantuml?

    • @afruitpieOP
      link
      English
      41 year ago

      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.

      • @[email protected]
        link
        fedilink
        English
        41 year ago

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

  • @426UpgradeRequired
    link
    English
    41 year ago

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

      • @426UpgradeRequired
        link
        English
        41 year ago

        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

        • @426UpgradeRequired
          link
          English
          31 year ago

          Oops i can’t read.

          Flowcharts / activity diagrams seem well supported too, though.

          • @[email protected]
            link
            fedilink
            English
            1
            edit-2
            1 year ago

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

            • @426UpgradeRequired
              link
              English
              11 year ago

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

              • @[email protected]
                link
                fedilink
                English
                21 year 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

  • @[email protected]
    link
    fedilink
    English
    21 year ago

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

  • @realz
    link
    English
    21 year ago

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

  • @[email protected]
    link
    fedilink
    English
    21 year 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]

  • @[email protected]
    link
    fedilink
    English
    11 year ago

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

  • RandomBit
    link
    fedilink
    English
    11 year ago

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