Cool concept, but I couldn't get everything to work; namely the "Select & Move" on individual boxes or lines. The select area and move did work, though.
ASCIIFlow
11–20 of 36 posts
Re: ASCIIFlow
#12Earlier quoted context omitted.
Disclaimer, I just pulled this quote from Google ai which probably took it from somewhere else, but I just wanted to provide a little context. ASCII encoded text is also valid utf8. > The first 128 characters of Unicode, which are the same as the ASCII character set (characters 0-127), are encoded in UTF-8 using a single byte with the exact same binary value as their ASCII representation. This means that any file con…
Yes, but the box drawing characters in "ASCII" are all above 127 so they don't encode the same way. So that last AI generated sentence is basically false (or really misleading): ASCII files that consist only of characters in the lower 127 will also be valid UTF-8. But ASCII files that use characters above 127 will not be valid UTF-8. Now, technically, ASCII only concerns the lower 127 characters. There's no single st…
Re: ASCIIFlow
#13Re: ASCIIFlow
#14Are there no-mouse alternatives? I hate drawing lines and boxes using mouse and I wish there was a way to write the "structure" and have it generate the ASCII art for that.
How would what it generates be any different than what you wrote?
Re: ASCIIFlow
#15Are there no-mouse alternatives? I hate drawing lines and boxes using mouse and I wish there was a way to write the "structure" and have it generate the ASCII art for that.
Re: ASCIIFlow
#16Are there no-mouse alternatives? I hate drawing lines and boxes using mouse and I wish there was a way to write the "structure" and have it generate the ASCII art for that.
>I wish there was a way to write the "structure" and have it generate the ASCII art for that. How would what it generates be any different than what you wrote?
Re: ASCIIFlow
#17Edit: Oh apparently it was "Monodraw". There was yet another one besides that. I am all up for such tools. What was the name of the one that allowed you to specify the diagrams using some custom DSL which in turn would generate the diagrams themselves?
Re: ASCIIFlow
#18Are there no-mouse alternatives? I hate drawing lines and boxes using mouse and I wish there was a way to write the "structure" and have it generate the ASCII art for that.
Re: ASCIIFlow
#19Earlier quoted context omitted.
>I wish there was a way to write the "structure" and have it generate the ASCII art for that. How would what it generates be any different than what you wrote?
He doesn't want to click and drag with his mouse. Instead he wants an input box that lets him say "make a box [30] columns wide and [4] rows tall".
Re: ASCIIFlow
#20Are there no-mouse alternatives? I hate drawing lines and boxes using mouse and I wish there was a way to write the "structure" and have it generate the ASCII art for that.
It was on HN recently, the open source text-to-diagram tool d2 just launched an ascii output mode: https://d2lang.com/blog/ascii/