QuantStack/jupyterlab-drawio

is there any way to read the shape and connection information in the drawio file

john012343210 opened this issue · 1 comments

is there any way to read the shape and connection information in the drawio file

Hi @AronWaterAron, thanks for opening this issue.
The dio and drawio files are XML file. You could use an XML parser and get the information from the XML document.

Anyway, may the best place to ask this question is in the drawio repository