rlespinasse / drawio-exporter

Command Line Client To Enhance Files Export Using Draw.io Application
https://crates.io/crates/drawio-exporter
MIT License
18 stars 5 forks source link

Export not written if page name contains a slash ( / ) #29

Open reinkrul opened 2 years ago

reinkrul commented 2 years ago

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 the name (/) are not written. No error occurs, they just aren't written. Probably because it's a reserved character for file names.

Maybe just remove illegal characters from the name of the exported file, or replace them with something like a dash (-)?