Generate Flowcharts from Text
21–30 of 135 posts
Would be cool if you modified the chart and it kept it's position when editing.
Re: Generate Flowcharts from Text
#22I'd like to suggest this one here too https://asciiflow.com/. I've been using it to share ideas with engineers and everybody likes it
Re: Generate Flowcharts from Text
#23A 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
#24I love this idea.
It would be great to have this as a command line tool.
I can envision a lot of cool features for this, like being able to add color via text markup, or being able to use circles instead of boxes for the nodes.
Re: Generate Flowcharts from Text
#25I love this idea. It would be great to have this as a command line tool. I can envision a lot of cool features for this, like being able to add color via text markup, or being able to use circles instead of boxes for the nodes.
Github link is at the bottom.
Re: Generate Flowcharts from Text
#26definitely cool for being a spa!
Alternatives is blockdiag[0] with a online demo[1], and then of course graphviz[2] shipped with most distro(s).
[0]: http://blockdiag.com
[1]: http://blockdiag.com/en/blockdiag/demo.html
[2]: https://graphviz.org
Re: Generate Flowcharts from Text
#27Can achieve something similar in Jupyter Notebook with bockdiag https://datacrayon.com/posts/tools/jupyter/block-diagrams-wi...
Re: Generate Flowcharts from Text
#28There is also Pikchr, made by Richard Hipp (creator of SQLite).
Re: Generate Flowcharts from Text
#29Another somewhat similar tool (from the team at SQLite, and used to make the diagrams contained therein): https://pikchr.org/home/doc/trunk/homepage.md
Re: Generate Flowcharts from Text
#30A 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.