Kroki 0.17.1: PlantUML and DomainStory
See original GitHub issueAfter 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:
@ official PlantUML server
@ our Kroki shows
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:
- Created a year ago
- Comments:6 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s live! 🎉
Not sure, probably in the next few days depending on how much time I can allocate 😉