Based on our record, Monodraw should be more popular than DIagrams Through Ascii Art. It has been mentiond 26 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
Looks super cool, congrats! Monodraw[1] is a similar product delivered as a standalone macOS app. It’s a classic pay once-type license and very polished software. Cannot recommend enough! I’ve always wanted something as good on Linux though, will definitely give this a go! [1] https://monodraw.helftone.com/. - Source: Hacker News / 3 months ago
99% sure this is not what you're asking for, but I think it's worth mentioning monodraw: https://monodraw.helftone.com It's really useful for embedding diagrams in your code. Not so much for uses outside of code though. - Source: Hacker News / 3 months ago
I have been using Monodraw for a long time: https://monodraw.helftone.com/ It's a macOS app and I've found it great. However if given an ASCII diagram, you cannot edit it with the same ease as creating a new one (e.g. Reflowing text or resizing boxes). I really like the idea of having the mermaid source and the ASCII diagram together, so you could use the source to change the diagram if needed. But I feel that... - Source: Hacker News / 8 months ago
And then you can perform further edits using something like https://asciiflow.com/ (web, free) or https://ivanceras.github.io/bob-editor/ (web, free) or https://monodraw.helftone.com/ (Mac only, proprietary) as mentioned in other comments from https://news.ycombinator.com/item?id=37040883. - Source: Hacker News / almost 2 years ago
Typograms could be great with the monodraw app on macOS. I'm a very happy customer of monodraw-- not affiliated in any way. https://monodraw.helftone.com/. - Source: Hacker News / almost 2 years ago
asciiflow - Infinite ASCII diagrams, save to Google Drive, resize, freeform draw, and export straight to text/html.
draw.io - Online diagramming application
Code2Flow - An easy solution to create product flows.
Graphviz - Graphviz is open source graph visualization software. It has several main graph layout programs.
Playscii - Full-featured ASCII art and graphic editor and game creation tool
Flowchart.js - Draw SVG flow charts from simple text representations of the diagrams.