Generate Flowcharts from Text
flowchart.fun
Generate Flowcharts from Text
1–10 of 135 posts
Re: Generate Flowcharts from Text
#2Re: Generate Flowcharts from Text
#3Re: Generate Flowcharts from Text
#4Re: Generate Flowcharts from Text
#5I’m surprised the line-number references don’t auto-adjust when inserting/splitting/joining lines. That’s not very practical.
Re: Generate Flowcharts from Text
#6Re: Generate Flowcharts from Text
#7Re: Generate Flowcharts from Text
#8I’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!
Re: Generate Flowcharts from Text
#9Earlier 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!
alternatively you could link to nodes by referencing their label? You might just also want an option to not render that label (ie have it be for the writer's benefit only).