eclipse-asciidoctor-editor icon indicating copy to clipboard operation
eclipse-asciidoctor-editor copied to clipboard

Plantuml seems to be an old version?

Open frankbenoit opened this issue 2 years ago • 1 comments

I am using a plantuml mindmap with multiple roots

[plantuml, "some", "png"]
----
@startmindmap
<style>
mindmapDiagram {
  .l1 {    BackgroundColor ivory      }
  .l2 {    BackgroundColor mintcream  }
}
</style>

' colors: see shades of white https://en.wikipedia.org/wiki/Alice_blue

* 1. Functional Suitability <<l1>>
** Functional correctness <<l2>>
***_ some other text

* 2. Maintainability <<l1>>
** topic <<l2>>
***_ other text

@endmindmap
----

I get this error:

"I don't know how to draw multi-root diagram. You should suggest an image so that the PlatUML team implements it :-)"

But the same file works fine in VS Code. Hence I think, that the used plantuml version used in eclipse-asciidoctor-editor is old. Can you please update the used plantuml version?

frankbenoit avatar Sep 01 '23 19:09 frankbenoit

de-jcup I'd also appreciate an update to the contained PlantUML version, seems to be 1.2021.8 at the moment. I guess you pull in the version via asciidoctorj-diagram dependency. It looks like the latest available version seems to be 2.3.1 which contains PlantUML 1.2024.5.

hbrands avatar Feb 17 '25 16:02 hbrands