Present feeling: They finally got it right. This is how flowcharts should be made, by default.
Generate Flowcharts from Text
71–80 of 135 posts
Re: Generate Flowcharts from Text
#72This is nice! Wish it took over tab key for indentation though.
Re: Generate Flowcharts from Text
#73I 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
#74A 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.
I’ve started doing the same. Folks’ reading comprehension is in the gutter these days. Bullet points help structure thoughts and ideas.
Re: Generate Flowcharts from Text
#75I have come to the conclusion there are two kinds of audience and two kinds of diagram, abs they almost exactly overlap 1. Engineering diagrams, explaining concepts to other engineers who are using the diagram as a jumping off point to deeper explorations 2. "Business" diagrams - the sort of thing we want to see in a Medium article or presentation. The style and correct placement matters far more than engineering. Th…
Often I use invisible subgraphs to accomplish this sort of thing in GraphViz, but the markup for doing so is complicated and non-obvious.
Re: Generate Flowcharts from Text
#76"Markdown for State Machines"
Re: Generate Flowcharts from Text
#77I have come to the conclusion there are two kinds of audience and two kinds of diagram, abs they almost exactly overlap 1. Engineering diagrams, explaining concepts to other engineers who are using the diagram as a jumping off point to deeper explorations 2. "Business" diagrams - the sort of thing we want to see in a Medium article or presentation. The style and correct placement matters far more than engineering. Th…
Re: Generate Flowcharts from Text
#78I noticed an issue for lines that are referenced by links. When I insert a new line above the linked line, the diagram loses linkages.
For example, in the example at flowchart.fun, inserting a new line above the first will destroy the diagram.
Re: Generate Flowcharts from Text
#79I have come to the conclusion there are two kinds of audience and two kinds of diagram, abs they almost exactly overlap 1. Engineering diagrams, explaining concepts to other engineers who are using the diagram as a jumping off point to deeper explorations 2. "Business" diagrams - the sort of thing we want to see in a Medium article or presentation. The style and correct placement matters far more than engineering. Th…
Have the simple ones front and centre, but also go full pedal to the medal and show flesh out the really complex ones.
Recent and related shout-out: Neo4J has thankfully included some on their API documentation.
Re: Generate Flowcharts from Text
#80Unfortunately 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)
setup a web-based proxy in the cloud - make sure its in front of a .com domain (that does not have the word "proxy" in it) and get your SSL certs right. 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.