Was just looking at BPMN.io tools: a BPMN and DMN diagram rendering engine. Really nice work. Badgeware license though.
Text to Diagram Tools
11–20 of 27 posts
Re: Text to Diagram Tools
#12Googling brings up a few but nothing that looks super promising.
Re: Text to Diagram Tools
#13Was just looking at BPMN.io tools: a BPMN and DMN diagram rendering engine. Really nice work. Badgeware license though.
What are you using BPMN for?
Re: Text to Diagram Tools
#14For example: "I want to show that the causes of burnout are the following 5 categories: 1) lack of purpose, 2) community breakdown, 3) ... " -> and then that gets turned into a diagram. Then an update like: "make lack of purpose more prominent" and it increases in size.
I would even settle for a transformer that converts natural language to one of the diagram syntax languages in the OP link.
Re: Text to Diagram Tools
#15(we're working on a playground so that this site's examples can be runnable!)
i'll also use this opportunity to plug that this next release of D2 is going to be packed with features/improvements/fixes that came from feedback received on HN from the launch:
https://github.com/terrastruct/d2/blob/master/ci/release/cha... https://github.com/terrastruct/d2/pull/259
Re: Text to Diagram Tools
#16i collect these tools for fun! https://github.com/sw-yx/spark-joy/blob/master/README.md#cod... - https://gojs.net/latest/samples/decisionTree.html interactive diagrams - http://blockdiag.com/en/ - python's diagrams https://pypi.org/project/diagrams/ - https://structurizr.com/ - https://github.com/mhlabs/cfn-diagram visualize cloudformation -> draw.io - https://wavedrom.com/ (OSS) - Digital Timing Diagram or Waveform…
Here is one that is missing: https://github.com/mlajtos/moniel
Re: Text to Diagram Tools
#17i collect these tools for fun! https://github.com/sw-yx/spark-joy/blob/master/README.md#cod... - https://gojs.net/latest/samples/decisionTree.html interactive diagrams - http://blockdiag.com/en/ - python's diagrams https://pypi.org/project/diagrams/ - https://structurizr.com/ - https://github.com/mhlabs/cfn-diagram visualize cloudformation -> draw.io - https://wavedrom.com/ (OSS) - Digital Timing Diagram or Waveform…
Re: Text to Diagram Tools
#18https://www.diagrams.net/blog/mermaid-diagrams
They're not editable afterward, but it sometimes comes in handy if you want to render them out as an image for a document/presentation.
Re: Text to Diagram Tools
#19If you want to integrate both text and freeform diagramming, the diagrams.net tool will support embedding Mermaid: https://www.diagrams.net/blog/mermaid-diagrams They're not editable afterward, but it sometimes comes in handy if you want to render them out as an image for a document/presentation.
(it is a paid product though, whereas diagrams.net is free)
Re: Text to Diagram Tools
#20If you want to integrate both text and freeform diagramming, the diagrams.net tool will support embedding Mermaid: https://www.diagrams.net/blog/mermaid-diagrams They're not editable afterward, but it sometimes comes in handy if you want to render them out as an image for a document/presentation.