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

Inline DOT would be an awesome feature. #359

Closed
schmidtw opened this issue Sep 12, 2014 · 4 comments
Closed

Inline DOT would be an awesome feature. #359

schmidtw opened this issue Sep 12, 2014 · 4 comments

Comments

@schmidtw
Copy link

Twiki has/had a plugin that allowed you to author graphviz dot diagrams inline. It would be really cool to support writing something like this in the github wikis:

```graphviz-digraph
digraph G {
main -> parse -> execute;
main -> init;
main -> cleanup;
execute -> make_string;
execute -> printf
init -> make_string;
main -> printf;
execute -> compare;
}

And inline getting this in the preview/output:
foo

@schmidtw
Copy link
Author

Same concept for ditta & quick sequence diagram editor

@bkeepers
Copy link
Contributor

Thanks for the request. I think it would be really cool to do this kind of processing (and things like .Rmd in #343).

This gem focuses on abstracting the conversion from the various markup formats to html, so it probably would get implemented as a layer on top of this. I've logged your feature request with our internal teams.

@robermorales
Copy link

Any update on showing graphviz files inside README's?

Or perhaps it is a good idea to use an external service like gravizo?

Thanks!!!

@bewithjonam
Copy link

Any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants
@bkeepers @robermorales @bewithjonam @schmidtw and others