Generate Flowcharts from Text
41–50 of 135 posts
Re: Generate Flowcharts from Text
#42Re: Generate Flowcharts from Text
#43I would love to see this as a cli, I'm tired of PlantUML's[1] document compilation time. Guess even the plain text tools are made in React nowadays, sigh [1]: https://plantuml.com/
I've had no problems with PlantUML's compilation time. How large are these documents?
Re: Generate Flowcharts from Text
#44A 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.
Missing Ilograph: https://app.ilograph.com/ It's heavier-duty compared to most of the others you have listed, but should appeal to engineers who want something more robust.
Re: Generate Flowcharts from Text
#45Implementing the use of a '?' in order to generate a diamond shaped "if/else" would be nice. For example: Some text(2) Yes: (line num) No: (line num)
You can do it now with full nodes but would be nice to have a specific node type for that
This is my chart
This is a conditional statement
Yes: Do thing A
No: Do thing BRe: Generate Flowcharts from Text
#46How do I export the diagram generated?
Re: Generate Flowcharts from Text
#47Unfortunately my corporate firewall/IT-Policy blocks this page, possibly due to the *.fun domain. Any other way to try this out for those working in an office? ( I know I'm an outlier at this time)
Here's a popular package: https://mitmproxy.org/ You might have to add some basic auth layer to it so as not to make it open to the world.
or just use your cellphone.
Re: Generate Flowcharts from Text
#48Another similar tool that I have used in the past is https://mermaid-js.github.io/mermaid/#/
Re: Generate Flowcharts from Text
#49Unfortunately my corporate firewall/IT-Policy blocks this page, possibly due to the *.fun domain. Any other way to try this out for those working in an office? ( I know I'm an outlier at this time)