No DIagrams Through Ascii Art videos yet. You could help us improve this page by suggesting one.
Based on our record, Kroki should be more popular than DIagrams Through Ascii Art. It has been mentiond 36 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Ditaa Diagrams - Convert diagrams drawn in ascii art to bitmap graphics. - Source: dev.to / about 1 year ago
One way would be to use emacs’ artist-mode to draw ascii lines and boxes then use ditaa[1] to transform them into images. It’s not a pretty packaged GUI app but it’s certainly an option [1] https://ditaa.sourceforge.net/. - Source: Hacker News / about 1 year ago
Love it! If you've never looked into it, you might find the old ditaa inspiring. Looks like you're already well on your way to a product, though. Source: over 2 years ago
Something not mentioned here is http://ditaa.sourceforge.net/ This project is in java (ew) but it's open source and could probably use a rewrite in something more modern. - Source: Hacker News / almost 3 years ago
Ditaa - a small command-line utility written in Java, that can convert diagrams drawn using ascii art. - Source: dev.to / almost 3 years ago
The sibling submission about https://kroki.io has an Excalidraw in https://kroki.io/#examples and the input is the following, so presumably "yes"- Source: Hacker News / 16 days ago{.
Check out Kroki for a multi-syntax wrapper around a bunch of text driven diagram generators —- including Mermaid, PlantUML, Dirac, GraphViz, SVGBob, etc etc https://kroki.io/. - Source: Hacker News / 16 days ago
KeenWrite parses the `diagram-` prefix then passes the word `graphviz` to Kroki (https://kroki.io/), which has an API for rendering a variety of ASCII diagrams, including Mermaid. Meaning, if Kroki adds a new diagram type, KeenWrite gets it for free (without modification). In Markdown, formatting a source code snippet entails using the standard syntax for code blocks:- Source: Hacker News / 5 months ago``` graphviz.
Kroki [1] supports TikZ and by extension: PGF [2] and LaTeX. It supports SVG, PDF, JPEG, and PNG outputs. Rendering is done on the server. URLs can be quite long since the source is embedded in the URL but you can use a URL shortener [3]. [1]: https://kroki.io/. - Source: Hacker News / 7 months ago
The L in DSL is "Language", so it's a programming language that is domain, or niche, specific. These are code. Diagramming is a domain, and within diagramming are any number of diagram type domains, leading to concise languages for particular niches. Compare 25+ of these niches here: https://kroki.io/. - Source: Hacker News / 9 months ago
asciiflow - Infinite ASCII diagrams, save to Google Drive, resize, freeform draw, and export straight to text/html.
PlantUML - PlantUML is an open-source tool that uses simple textual descriptions to draw UML diagrams.
Monodraw - Monodraw allows you to easily create text-based art (like diagrams, layouts, flow charts) and...
Code2Flow - An easy solution to create product flows.
flowchart.fun - An open-source tool for generating flowcharts from text
Graphviz - Graphviz is open source graph visualization software. It has several main graph layout programs.