Asciiflow is recommended for software developers, system architects, educators, and technical writers who need to create or share simple flowcharts and diagrams using ASCII art.
Based on our record, asciiflow should be more popular than ShowdownJS. It has been mentiond 32 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.
I've used GitHub Pages for a long time to serve sites for free, notably https://asciiflow.com, however I have recently moved it and other sites to CloudFlare Pages - it's also got a very generous free tier and many other useful features that GH pages lacks. Setup is simple - https://github.com/lewish/asciiflow/blob/main/.github%2Fworkflows%2Fdeploy.yaml GitHub Actions is just great, and I think people overlook... - Source: Hacker News / 2 months ago
I'll still use https://asciiflow.com/# over figma. - Source: Hacker News / 12 months ago
Https://asciiflow.com/#/ works pretty well. - Source: Hacker News / about 1 year ago
I maintain a list [1] of main web based text to diagram tools including ascii drawing tools like these. Web alternatives for this are probably https://fsymbols.com/draw/ or https://textik.com/ or https://asciiflow.com/#/ or https://web.archive.org/web/20210503172024/https://fatiherikli.github.io/archetype/ or https://app.monosketch.io [1]: https://xosh.org/text-to-diagram/. - Source: Hacker News / about 1 year ago
Yeah, I'm known as the ASCII diagram guy at work because I use ASCIIFlow a lot. Still not sure if people think I'm a joke. https://asciiflow.com/#/. - Source: Hacker News / about 1 year ago
So you're going to need a Markdown parser that produces HTML. But there's a question of where is the data coming from and where you you want to process it? If it's going to be all on the frontend like a text editor, use a JS library for it (a quick google search produces ShowdownJS). Source: over 2 years ago
Previously, I was required to implement the markdown support manually which meant that the use of public libraries was prohibited. My tool could only support limited styling elements such as header1, header2, links, bold and italics, but now I can finally let my tool have a full markdown support by using Showdown. - Source: dev.to / over 2 years ago
The first two ages are very heavy on content so I decided to use markdown and tailwind’s typography plugin for styling. I also used showdown to fetch the markdown and turn it into HTML. The code for the above can be found on the site’s GitHub repository. - Source: dev.to / over 2 years ago
I'm using https://github.com/showdownjs/showdown for the core rendering-markdown functionality, with a bunch of additional listeners etc on top of it to fit it into the notion-style UX! Hope that helps :). Source: over 2 years ago
It looks like it uses showdown as the engine. Source: almost 3 years ago
Lekh Diagram - Lekh Diagram empowers you to express your idea on iPad and iPhone simply by sketching shapes with...
Markdown-it - High-speed Markdown parser with 100% CommonMark support, extensions & syntax plugins.
Core2D - A multi-platform data driven 2D diagram editor.
Marked.js - A full-featured markdown parser and compiler, written in JavaScript. Built for speed.
PabloDraw - PabloDraw is an Ansi/Ascii text and RIPscrip vector graphic art editor/viewer with multi-user capabilities.
Snarkdown - The super fast, 1kb Markdown parser in JavaScript