Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ascii output format #154

Open
danielsnider opened this issue Aug 6, 2021 · 3 comments
Open

Ascii output format #154

danielsnider opened this issue Aug 6, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@danielsnider
Copy link

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!

@rob-gordon
Copy link
Member

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│
│           ├───┐
│           │   │
└───────────┘   │
                │
                ▼

@danielsnider
Copy link
Author

danielsnider commented Aug 9, 2021

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.

@beejei
Copy link

beejei commented Oct 4, 2021

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.

@rob-gordon rob-gordon added the enhancement New feature or request label Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants