drawio-exporter icon indicating copy to clipboard operation
drawio-exporter copied to clipboard

Command Line Client To Enhance Files Export Using Draw.io Application

Results 9 drawio-exporter issues
Sort by recently updated
recently updated
newest added

Bumps the dependencies group with 3 updates: [anyhow](https://github.com/dtolnay/anyhow), [serde](https://github.com/serde-rs/serde) and [serde_derive](https://github.com/serde-rs/serde). Updates `anyhow` from 1.0.82 to 1.0.83 Release notes Sourced from anyhow's releases. 1.0.83 Integrate compile-time checking of cfgs (#363)...

Found during investigation of rlespinasse/drawio-export#93

enhancement

Drawio Desktop act as a wrapper around Drawio webapp, Can we find a way to reproduce this wrapping instead of using Drawio Desktop and make it lighter

enhancement

Hi @rlespinasse , Really great tool! Instead of export, can we have a "check command" which can compare existing exported files with what we have in the drawio file?

When i use the exporter, i get 3 separate PDF files, one for each page in my diagram. Ex: ``` docker run -it -v $(pwd):/data rlespinasse/drawio-export -s .99 -f pdf...

enhancement

First, thanks for the tool. It was just what I was looking for to automate this part of our build. I noticed that pages that contain a forward slash in...

bug

Based on this file tree ``` folder1/file1.drawio folder2/file2.drawio ``` The run of `drawio-exporter --output export --format png` will produce ``` folder1/file1.drawio folder1/export/file1.png folder2/file2.drawio folder2/export/file2.png ``` We want to be able...

enhancement

Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.8` | `4.5.13` | | [predicates](https://github.com/assert-rs/predicates-rs)...

``` --svg-theme Theme of the exported SVG image (dark, light [default]) (default: "light") --svg-links-target Target of links in the exported SVG image (auto [default], new-win, same-win) (default: "auto") ```

enhancement