draw
| ║
erase
add
row
del
row
add
column
del
column
?
clip
board
This is your masterpiece:



Draw online diagrams in ASCII

This application is meant to draw simple diagrams to use in code/documentation. Ever so often, when developing PHP code myself, I found myself wanting to insert into comments in the code a small diagram, depicting a part of a workflow, or a database-relationship scheme. To do this by hand, using 'ASCII-art', is a tedious and decidedly non-fun process. Then I remembered that Wordperfect 5.1 used to have a very useful feature that drew lines directly in your text, using ASCII-characters only. I thought: surely, something like this must exist online, to enable me to draw simple diagrams etc for code, or, for instance, Google Docs. But it seemed that no such program exists... That was the itch that drove me to program this myself.
So, this program does not let you draw beautifull drawings, but it will let you copy your diagrams directly into any PHP, ASP, whatever editor or in any online texteditor.

Saving the diagrams

This system does not have a special login-database-solution to save the diagrams.
It is however possible to copy the drawing to your clipboard using the past-icon. And, more importantly, you can past drawings back there! If you press the clipboard-icon at the bottom, the program will read that drawing back in the edit-area.
This way you can take an older drawing that you allready used (and saved!) in your code and re-edit it.

General help