hediet / vscode-drawio

This unofficial extension integrates Draw.io (also known as diagrams.net) into VS Code.
https://marketplace.visualstudio.com/items?itemName=hediet.vscode-drawio
GNU General Public License v3.0
9.08k stars 410 forks source link

Expose internal draw.io configuration options #170

Open nopeslide opened 3 years ago

nopeslide commented 3 years ago

Draw.io has many internal options, that can be used to enable additional features and could be exposed to the user. I identified these as useful:

Sadly these are not part of the normal configuration afaik.

hediet commented 3 years ago

Thanks for this idea! Would they lead to a lock in to this VS Code extension or can diagrams created with these settings still be edited with the online editor?

nopeslide commented 3 years ago

Since most of them just deny specific inputs, I assume they are completely portable.

nopeslide commented 3 years ago

Tried to make edges connectable and stumbled over these options :D

hediet commented 3 years ago

It should not be that hard to create a PR to make those settings configurable in this extension!

Ideally, there would be an option inside of drawio, together will the other diagram-wide drawio options.