asciidoctor / asciidoctor-vscode

AsciiDoc support for Visual Studio Code using Asciidoctor
Other
323 stars 97 forks source link

DevContainer with Asciidoc and Plantuml (local) Integration #427

Closed dibog closed 2 years ago

dibog commented 2 years ago

It would be great if you could provide a github repo which contains an example project which demonstrates how to use an DevContainer which demonstrates how your plugin works with a local PlantUML server. I assume this would required a docker-compose setup which uses the officael plantuml/plantuml-server docker image.

danyill commented 2 years ago

Thanks for filling this issue.

I think what you've suggested is beyond the scope of this extension. We provide asciidoctor-kroki integration which allows PlantUML and the extensive range of diagrams that Kroki supports.

Out of the box if you change the user setting "Enable kroki integration to generate diagrams" to true you should be able to use the diagram with the syntax described in the asciidoctor-kroki extension

image