asciidocfx / AsciidocFX

Asciidoc Editor and Toolchain written with JavaFX 21 (Build PDF, Epub, Mobi and HTML books, documents and slides)
http://www.asciidocfx.com/
Apache License 2.0
1.86k stars 297 forks source link

No syntrax diagram preview available #463

Open inponomarev opened 4 years ago

inponomarev commented 4 years ago

It seems that AsciidocFX does not try to generate Syntrax diagrams preview (although Asciidoctor Diagram supports this type of diagrams)

What AsciiDocFX shows:

изображение

Actual result of compilation:

изображение

rahmanusta commented 4 years ago

Hi, AsciidocFX doesn’t support it.

inponomarev commented 4 years ago

I see, and that's the issue 😄 If AsciidocFX does support Ditaa, GraphViz, PlantUML, why can't it support another diagram notation supported by Asciidoctor itself?

rahmanusta commented 4 years ago

Since AsciidocFX uses Asciidoctor.js, and AsciidocFX has its own plugins to support those diagrams.