asciidoctor / asciidoctor-firefox-addon

:wolf: An add-on for Mozilla Firefox that converts AsciiDoc files to HTML directly in the browser using Asciidoctor.js.
https://addons.mozilla.org/en-US/firefox/addon/asciidoctorjs-live-preview/
MIT License
32 stars 9 forks source link

Support for asciidoctor diagram #56

Closed hsanson closed 7 years ago

hsanson commented 8 years ago

There is no support for asciidoctor diagram.

http://asciidoctor.org/docs/asciidoctor-diagram/

mojavelinux commented 8 years ago

This is true of all Asciidoctor.js-based tools (Chrome extension, Firefox add-on, Atom plugin, etc). Asciidoctor Diagram does not work in the Asciidoctor.js environment yet.

We've discussed possible ways to make this happen, such as using a web service. However, that's likely something we'll do in a separate extension that we use in the Asciidoctor.js environment.

Note that Asciidoctor Diagram does have a web service component that we could use for this. See https://github.com/asciidoctor/asciidoctor.js/issues/84#issuecomment-65519602

ggrossetie commented 7 years ago

Since the Firefox and the Chrome extension had merged, we can continue the discussion here: https://github.com/asciidoctor/asciidoctor-chrome-extension/issues/79