For example, typing "Redshift" adds a Redshift db icon to the box.
Generate Flowcharts from Text
51–60 of 135 posts
Re: Generate Flowcharts from Text
#52A list I compiled of 40+ similar text to diagram tools. https://xosh.org/text-to-diagram/ Input in this one is very simple and cool.
Re: Generate Flowcharts from Text
#53A list I compiled of 40+ similar text to diagram tools. https://xosh.org/text-to-diagram/ Input in this one is very simple and cool.
Re: Generate Flowcharts from Text
#54A list I compiled of 40+ similar text to diagram tools. https://xosh.org/text-to-diagram/ Input in this one is very simple and cool.
Re: Generate Flowcharts from Text
#55Re: Generate Flowcharts from Text
#56I’m surprised the line-number references don’t auto-adjust when inserting/splitting/joining lines. That’s not very practical.
I totally had this thought too when making it. The logic is super simple as-is, so I was scared if I went down the rabbit whole of trying to auto increment/decrement line numbers I might muddy things up. I'll see if add that functionality cleanly at some point (or if you'd like to feel free to take out a PR!) Thanks for the feedback!
1. hello
2. [foo] This line is Foo
3. This line is Bar and connects to Foo
4. (foo)Re: Generate Flowcharts from Text
#57Earlier quoted context omitted.
I've had no problems with PlantUML's compilation time. How large are these documents?
Pretty small actually, they don't take like hours, but just a few seconds, the problem is the preview feedback, I like to keep a entr and feh open while a edit the document to give a live preview of my changes, the problem is that the 3-4 seconds latency really mess this up
Re: Generate Flowcharts from Text
#58A lot of my emails are becoming like this - structured, bullet points, 'if-then-else' like statement although not that explicit. This could be a nice way to add visualisation to it. Maybe - although everytime I have tried to do something too different with email it has failed.
Re: Generate Flowcharts from Text
#59Earlier quoted context omitted.
I totally had this thought too when making it. The logic is super simple as-is, so I was scared if I went down the rabbit whole of trying to auto increment/decrement line numbers I might muddy things up. I'll see if add that functionality cleanly at some point (or if you'd like to feel free to take out a PR!) Thanks for the feedback!
Id's would be more than good enough, and super easy to implement. Something like this 1. hello 2. [foo] This line is Foo 3. This line is Bar and connects to Foo 4. (foo)