Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration of kroki #242

Open
erikhofer opened this issue Oct 19, 2022 · 1 comment
Open

Integration of kroki #242

erikhofer opened this issue Oct 19, 2022 · 1 comment

Comments

@erikhofer
Copy link
Member

https://kroki.io/ is a server for rendering diagrams from text. Requests to external services are not optimal, but it would support a lot of diagram formats with minimal effort.

This should be opt-in and configurable, so that a private self-hosted server can be used.

This would also play together nicely with the docToolchain integration if docToolchain/docToolchain#531 gets implemented.

@erikhofer
Copy link
Member Author

erikhofer commented Oct 21, 2022

On the one hand, we should support simple code blocks, just like we already do with mermaid. Example:

```plantuml
Bob->Alice : Hello!
```

On the other hand, we need the ability to do some configuration, e.g. specifying the view of a structurizr diagram (example).

References we should look at:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant