Great project! I always wanted to write something like this for ASCII art (handwritten, not autogenerated). But I always ended up using a plain text editor for this (http://asciimation.de/).
One tiny thing: I was unable to draw a (totally horizontal) arrow connecting one box to another box to the right. The arrow head merged with the left border of the target box, becoming a "+" instead of a ">".
I wonder if anyone has taken the next step and done a more modern full ansi graphics editor. Sure, they're not as practical these days as ASCIIFlow, which has real uses, but it would be fun!
10 comments
[ 4.1 ms ] story [ 38.6 ms ] threadOne tiny thing: I was unable to draw a (totally horizontal) arrow connecting one box to another box to the right. The arrow head merged with the left border of the target box, becoming a "+" instead of a ">".
M-x artist-mode
Shift-MouseButton2, select Drawing → Rectangle
Check this out with M-x org-mode and DITAA...
http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-d...
Also org-mode gives you kick-ass ASCII tables.
BTW, many non-techies have older browsers, for which the old version is better suited: http://stable.ascii-flow.appspot.com/#Draw
Remember TheDraw? (And the many other more advanced DOS ansi editors that followed http://en.wikipedia.org/wiki/TheDraw
I wonder if anyone has taken the next step and done a more modern full ansi graphics editor. Sure, they're not as practical these days as ASCIIFlow, which has real uses, but it would be fun!