ASCIIFlow — диаграммы из текстовых символов
★ 5.8K
ASCIIFlow is an editor for drawing diagrams out of ASCII characters right in the browser. Reach for it when you need a diagram you can paste anywhere as plain text: draw a flowchart, tree, architecture, or relationships in pseudo-graphics and paste them into code (comments), a README, tickets, chats, or emails where images are out of place but monospaced text works everywhere. You draw boxes, lines, and arrows with the mouse and add labels, getting tidy ASCII art. Its focus is creating text (ASCII) diagrams for pasting into code and documentation, not a full graphical diagram editor with PNG/SVG export (drawio for that) or generation from code (mermaid): the value is a diagram as portable text that looks the same everywhere. It suits developers who need to quickly sketch a diagram right in a comment or README without external images.
- #Diagrams