Mkdocs plugin that renders .drawio files
Project description
MkDocs Plugin for embedding Diagrams.net (Draw.io)
Features
This plugin enables you to embed interactive drawio diagrams in your documentation. Simple add your files like you would for any other image type:
![](my-diagram.drawio)
Additionally this plugin supports multi page diagrams by using the alt
text:
![Page-2](my-diagram.drawio)
Setup
Install plugin using pip:
pip install mkdocs-drawio-file
Add the plugin to your mkdocs.yml
plugins:
- drawio_file
How it works
After your mkdocs has generated the HTML for your documentation, the plugin adds the necessary diagram.net javascript library. Searches for img
tags with a file ending of *.drawio
and replaces them with the appropiate mxgraph
html block. For further details, please look at the official diagrams.net documentation.
Project details
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
Hashes for mkdocs_drawio_file-1.5.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e87c0c6bcb3ad1e40513b4386d250d7166eb613f3a09e44588f7c572ccb6cad |
|
MD5 | c5b7e97b6c57dcac67ea9584388ea265 |
|
BLAKE2b-256 | d7ed3cd599933acfb38b0f7625327e8b0fa3fa369a190f96a49ffa9028ba9807 |