Skip to main content

All Questions

Tagged with
0 votes
2 answers
490 views

asciidoctor: FAILED: 'asciidoctor-plantuml' could not be loaded

In my docker container, running asciidoctor -r asciidoctor-plantuml my_doc.adoc gets me asciidoctor: FAILED: 'asciidoctor-plantuml' could not be loaded. To reproduce the issue: $ docker run -it -v $...
dboy's user avatar
  • 1,017
0 votes
1 answer
673 views

How to pass environment variables to Asciidoctor-maven-plugin?

I'm using asciidoctor-maven-plugin and asciidoctor-diagram to generate PlantUML diagrams (more specifically C4-PlantUML diagrams). When generating those diagrams, output is polluted by these kind of ...
Riduidel's user avatar
  • 22.2k
2 votes
1 answer
1k views

How use variables from AsciiDoc in PlantUML diagrams?

I'm using AsciidocFX for creating documentation. Variables created in asciidoc need to be replaced in diagrams. An example which doesn't work: == My title :parent-class: Parent :child-class: Child [...
drewpol's user avatar
  • 687
1 vote
1 answer
133 views

counting of figures does not work in plantuml extension (asciidoctor-diagram)

I work with maven <artifactId>asciidoctor-maven-plugin</artifactId> <version>2.0.0-RC.1</version> <dependencies> <...
Hendrik Timmermann's user avatar
0 votes
2 answers
2k views

activiating plantuml from asciidoctor

I want to activate plantuml from asciidoctor From asciidctor I learned: anchor:id[optional xreflabel] is equal to [[id,optional xreflabel]] but where is the anchor? linux mint asciidoctor 1.5....
Hendrik Timmermann's user avatar
4 votes
1 answer
3k views

How to use asciidoctorj-diagram with Java or Groovy?

PlantUML is a great extension for Asciidoc, but I can't figure out how to use from my groovy code. As far as I can see, the asciidoctorj-diaram module should be part of the current asciidoctorj-...
rdmueller's user avatar
  • 10.9k
5 votes
2 answers
2k views

How do I configure asciidoctor-gradle-plugin to handle plantuml?

I don't know any Ruby but I do like asciidoctor (and the gradle plugin). Is there a simple way to get the plugin to generate plantuml diagrams? I looked at the basic asciidoctor-diagrams ...
AndyJ's user avatar
  • 1,294