asciidoctor / asciidoctor.org

:globe_with_meridians: Asciidoctor project site. Composed in AsciiDoc. Baked with Awestruct.
https://asciidoctor.org
Other
322 stars 805 forks source link

Using GraphViz with asciidoctor.js #816

Closed Skilly closed 3 years ago

Skilly commented 5 years ago

I can view plantuml successfully in Chrome with asciidoctor.js, however I'm unable to view GraphViz diagrams. I'm running on windows, have installed the GraphViz msi and have added the following environment variable:

GRAPHVIZ_DOT=c:/bin/dot.exe

Does asciidoctor.js support GraphViz diagrams?

mojavelinux commented 5 years ago

Not currently, to my knowledge. In the browser preview, Asciidoctor.js is using the following project, which is currently for plantuml only.

https://github.com/eshepelyuk/asciidoctor-plantuml.js

I would recommend filing an issue in that repository to get the conversation started about graphviz support. This repository is for the asciidoctor.org website, so no action will be taken here.

Skilly commented 5 years ago

Thanks @mojavelinux, will do

mojavelinux commented 5 years ago

Once you open the issue there, please mention it here then close this one. That way, others can follow the breadcrumbs.

mojavelinux commented 3 years ago

In the future, please ask usage questions in the community chat at https://asciidoctor.zulipchat.com.