Generate Flowcharts from Text
131–135 of 135 posts
Re: Generate Flowcharts from Text
#132I 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
#133I 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
#134Earlier quoted context omitted.
Could you elaborate on the best way to get started with this specifically? Any articles/tutorials you'd recommend? I've been meaning to forever but both svgs and d3 are complex enough I'm not sure where to start.
I would recommend starting with plain SVG and then exploring D3 after. It's best to think of D3 as a combination of jQuery and a geometry library. For starting with SVGs, just look for a simple tutorial like https://www.w3schools.com/graphics/svg_intro.asp to get a simple template, but focus on learning the path element. The path element is both foundational to a lot of custom SVG stuff and isn't too complicated, sor…
I've gotten the hang of SVGs, is MBostock's blog still the best place to start with D3?
Re: Generate Flowcharts from Text
#135Earlier quoted context omitted.
Are you thinking of the default java gui for previewing plantuml docs? I think there's a timer down there to avoid polling the FS too often. Using a simple editor where everystroke recompiles, red warning in status bar while syntax is not OK (while still displaying the last good one), a 100loc canvas display window, done.
It only recompiles whenever I hit save, pretty sure the delay is from java startup time