IDEA - Graphviz Integration with Asciidoctor

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

IDEA - Graphviz Integration with Asciidoctor

Daniel Hinojosa
Not sure if our friends in Windows and Mac land would find this possible but having:

[source,graphviz]
-----
digraph G {
    main -> parse -> execute;
    main -> init;
    main -> cleanup;
    execute -> make_string;
    execute -> printf
    init -> make_string;
    main -> printf;
    execute -> compare;
 }
-----

and then it render a graphviz graph in web or pdf would absolutely be thrilling.
Reply | Threaded
Open this post in threaded view
|

Re: IDEA - Graphviz Integration with Asciidoctor

LightGuardjp
Isn't there a java Graphviz library?

Sent from Mailbox


On Fri, Aug 8, 2014 at 3:03 PM, Daniel Hinojosa [via Asciidoctor :: Discussion] <[hidden email]> wrote:

Not sure if our friends in Windows and Mac land would find this possible but having:

[source,graphviz]
-----
digraph G {
    main -> parse -> execute;
    main -> init;
    main -> cleanup;
    execute -> make_string;
    execute -> printf
    init -> make_string;
    main -> printf;
    execute -> compare;
 }
-----

and then it render a graphviz graph in web or pdf would absolutely be thrilling.



If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/IDEA-Graphviz-Integration-with-Asciidoctor-tp1969.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: IDEA - Graphviz Integration with Asciidoctor

mojavelinux
Administrator
In reply to this post by Daniel Hinojosa

Ask, and I shall Google that for you!

http://asciidoctor.org/news/2014/02/18/plain-text-diagrams-in-asciidoctor/

You can thank Pepijn for conjuring your Ascii art into diagrams via Asciidoctor!

-Dan

On Aug 8, 2014 3:03 PM, "Daniel Hinojosa [via Asciidoctor :: Discussion]" <[hidden email]> wrote:
Not sure if our friends in Windows and Mac land would find this possible but having:

[source,graphviz]
-----
digraph G {
    main -> parse -> execute;
    main -> init;
    main -> cleanup;
    execute -> make_string;
    execute -> printf
    init -> make_string;
    main -> printf;
    execute -> compare;
 }
-----

and then it render a graphviz graph in web or pdf would absolutely be thrilling.



If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/IDEA-Graphviz-Integration-with-Asciidoctor-tp1969.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML