question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Kroki 0.17.1: PlantUML and DomainStory

See original GitHub issue

After update own instance to Kroki 0.17.1 i’m trying DomainStory as standard include:

@startuml
!include <DomainStory/domainStory>
Boundary(System) {
    Person(Alice)
    Conversation(weather)
    Person(Bob)
}
activity(1, Alice, talks about the, weather, with, Bob)
@enduml

It works in VSCode if http://www.plantuml.com/plantuml is used as server: image

@ official PlantUML server

@ our Kroki shows image

I cannot test with official Kroki instance as it is not yet updated

Any hints how to proceed?

P.S.: It looks like there is also special handling for C4 diagrams in Kroki, do we need also something to support new PlantUML stdlibs ? How other stdlibs (Azure etc.) that are working with standard include are handled?

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
Mogzttercommented, Jun 3, 2022

It’s live! 🎉

image

1reaction
Mogzttercommented, May 28, 2022

Not sure, probably in the next few days depending on how much time I can allocate 😉

Read more comments on GitHub >

github_iconTop Results From Across the Web

Releases · yuzutech/kroki - GitHub
This release includes two bug fixes to preserve the new DomainStory and classy standard libraries from PlantUML. Bug Fixes. Preserve DomainStory stdlib include ......
Read more >
Kroki!
Kroki provides a unified API with support for BlockDiag (BlockDiag, SeqDiag, ActDiag, NwDiag, PacketDiag, RackDiag), BPMN, Bytefield, C4 (with PlantUML), Ditaa, ...
Read more >
Examples - Kroki!
Kroki provides a unified API with support for BlockDiag (BlockDiag, SeqDiag, ActDiag, NwDiag, PacketDiag, RackDiag), BPMN, Bytefield, C4 (with PlantUML), Ditaa, ...
Read more >
Diagram Options - Kroki Documentation
Diagram Options. Contents. BlockDiag; GraphViz; PlantUML; Structurizr; Svgbob. BlockDiag. Applies to ...
Read more >
Install Kroki - Kroki Documentation
Start the mandatory yuzutech/kroki container only to use a large number of diagram libraries immediately including PlantUML, GraphViz and more.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found