MkDocs plugin for Kroki-Diagrams
Project description
mkdocs-kroki-plugin
This is a MkDocs plugin to embed Kroki-Diagrams into your documentation.
Setup
Install the plugin using pip:
pip install mkdocs-kroki-plugin
Activate the plugin in mkdocs.yml
:
plugins:
...
- kroki:
Config
ServerURL
- URL of your kroki-Server, default: https://kroki.ioFencePrefix
- Diagram prefix, default:kroki-
EnableBlockDiag
- Enable BlockDiag (and the related Diagrams), default: TrueEnablebpmn
- Enable BPMN, default: TrueEnableExcalidraw
- Enable Excalidraw, default: TrueEnableMermaid
- Enable Mermaid, default: TrueEnableDiagramsnet
- Enable diagrams.net (draw.io), default: FalseHttpMethod
- Http method to use (GET
orPOST
), default:GET
(Note: you have to enableDownloadImages
if you want to usePOST
!)DownloadImages
- Download diagrams from kroki as static assets instead of just creating kroki links, default: FalseDownloadDir
- The asset directory to place downloaded images in, default: images/kroki_generatedFileTypes
- File types you want to use, default: [svg], (Note: not all file formats works with all diagram types https://kroki.io/#support)
- kroki:
FileTypes:
- png
- svg
FileTypeOverrides
- Overrides for specific diagrams to set the desired file type default: None,
- kroki:
FileTypeOverrides:
mermaid: png
Usage
Use code-fences with a tag of kroki-<Module>
to replace the code with the wanted diagram.
Diagram options can be set as well.
Example for BlockDiag:
```kroki-blockdiag no-transparency=false
blockdiag {
blockdiag -> generates -> "block-diagrams";
blockdiag -> is -> "very easy!";
blockdiag [color = "greenyellow"];
"block-diagrams" [color = "pink"];
"very easy!" [color = "orange"];
}
```
See Also
Diagram examples can be found here.
More information about installing a self-manged Kroki-Service here.
More Plugins for MkDocs can be found here
Pre-Release-Versions
Install the newest pre-release version using pip:
pip install -i https://test.pypi.org/simple/ mkdocs-kroki-plugin
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for mkdocs-kroki-plugin-0.5.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27f773e9a34b0a6cda0ecf281f1a6a415d903f3da90afa9ab5cf1dd3f2b927e5 |
|
MD5 | 39e0c3ae66c6e11224afaacc8eaed61b |
|
BLAKE2b-256 | a061c70e89c703e3339e54f702df4d85191631548b184e213efa58bb7897a1cb |
Close
Hashes for mkdocs_kroki_plugin-0.5.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3886e579d96640a052befc29b4cf40cc840a6d96d23b2089f20676933c302de |
|
MD5 | 386862465b21de1ce49a3976ca2b3d42 |
|
BLAKE2b-256 | 8466e85aeac30c60c506184fdad9220a23a54bd56cebbb6206afb46f903d1ea0 |