Drawio-exporter provides enhanced capabilities to the export feature of drawio-desktop.
-
Recursive export
-
Partial export (newer, or based on git reference)
-
Additional export formats with link extraction
-
draw.io export formats: jpg, pdf, png, svg, vsdx, and xml
-
drawio-exporter additional formats
-
adoc - Export in PNG and create an additional asciidoc file (with support external links).
-
md - Export in PNG and create an additional markdown file (with support external links).
-
-
Via Cargo
cargo install drawio-exporter
-
Build Manually
git clone --depth 1 [email protected]:rlespinasse/drawio-exporter.git ~/.drawio-exporter cd ~/.drawio-exporter cargo install --path . cargo build --release # put the resulting `target/release/drawio-exporter` executable on your PATH.
-
Docker image rlespinasse/drawio-export which use the export capabilities of this tool,
-
And GitHub Action rlespinasse/drawio-export-action which is build on top of drawio-export docker image.
-