We use Asciidoctor also in Apache Isis, and I love it! Have just started using plantuml within it, works very nicely. I recommend using AsciidocFX for editing, if you haven't yet tried it out.
One small downside is that it isn't rendered by github, but I can live with that. On 23 November 2016 at 09:43, Martijn Dashorst <[email protected]> wrote: > Another great thing about plantuml is that it generates SVGs and they > look great on hi-dpi displays. > > Martijn > > On Wed, Nov 23, 2016 at 10:32 AM, Martijn Dashorst > <[email protected]> wrote: > > In order to cut down on out-of-date PNG files, we can now start using > > PlantUML (plantuml.com) for generating UML diagrams (and more) in our > > reference guide: > > > > This image is generated from an inline block: > > > > https://ci.apache.org/projects/wicket/guide/8.x/images/uml-component.svg > > > > With plantuml you can also generate UI mockups from a text file, so > > this is awesome: http://plantuml.com/salt > > > > Hat tip to infra for enabling graphviz on our build system. > > > > To be able to generate this yourself, you need to install graphviz and > > ensure it is available from maven (see the profiles section in > > wicket-user-guide). You can also preview and design the diagrams on > > the plantuml website. > > > > Martijn > > > > -- > > Become a Wicket expert, learn from the best: http://wicketinaction.com > > > > -- > Become a Wicket expert, learn from the best: http://wicketinaction.com >
