mikitex70 / redmine_drawio

Macro plugin to embed draw.io diagrams into Redmine wiki pages
MIT License
121 stars 51 forks source link

DrawIO URL parameters are not taking effect #128

Closed canadabri closed 1 year ago

canadabri commented 1 year ago

I have my own hosted DrawIO. When I pass URL paramters such as: https://myurl.com:8443/draw/?stealth=1 The DrawIO comes up without any storage options except Device. This is expected behavior based on the documented URL parameters for DrawIO seen here : Click Here

If I use that URL in the plugin configuration (i.e. //myurl.com:8443/draw/?stealth=1 ) the URL parameters are ignored.

My environment is a network without Internet access, so I am wanting to disable certain DrawIO options.

Is this possible?

mikitex70 commented 1 year ago

Hi @canadabri, I've released the 1.4.7 version which fixes your issue. Try it.

canadabri commented 1 year ago

Works perfect! thank you!