flowchart-fun icon indicating copy to clipboard operation
flowchart-fun copied to clipboard

Ascii output format

Open danielsnider opened this issue 2 years ago β€’ 3 comments

Hello again 😊

I made a chart to help document how some software works. I just wish I could generate ascii of the flow chart so that I can paste the chart within the code. Probably a tall order, eh?

Great project, Thanks!

danielsnider avatar Aug 06 '21 19:08 danielsnider

Hey @danielsnider ! I don't have access to your chart via the link you provided. Could you click Share and copy and paste the long share url.

Just to clarify, you want to be able to export your graph as all ASCII text. Something like this?

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚hello worldβ”‚
β”‚           β”œβ”€β”€β”€β”
β”‚           β”‚   β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜   β”‚
                β”‚
                β–Ό

rob-gordon avatar Aug 09 '21 16:08 rob-gordon

Yes, that is a really nice example of output as ascii text! Exactly what I am thinking of. My graph is not that interesting but here is the working URL.

danielsnider avatar Aug 09 '21 16:08 danielsnider

I could find some examples that provide a way to create ASCII diagram from scratch here, but exporting to that (specific) format is totally a new story.

beejei avatar Oct 04 '21 17:10 beejei