Xander Cesari
Xander Cesari
@rlespinasse created a useful Docker image with an export drawpyo file action. This could be integrated to drawpyo to support exporting a diagram to another file. https://github.com/rlespinasse/drawio-export There's also a...
Add a custom diagram type for working with FlowCharts. Sub classes should include: - Start - End - Process - Decision Each class should have the appropriate functions for linking....
This can be a simple subclass of the basic TreeDiagram but enforcing only two children, renaming some objects to left and right, and prestyling it
The Draw.io app supports importing and exporting from an XML file format. This should be supported. Also, if the base libraries that ship with the Draw.io app are saved in...
Sequence diagrams are common in system interaction and user interface design. Adding some kind of automated graph support for this would be useful!
A new diagram type for creating actual family trees would be useful for geneological work. This could be mostly a subclass of TreeDiagrams. But it will need some added complexity...
It would be helpful to have screenshots from Draw.io showing the effects of various formatting choices.
This doesn't need to be inherited since it makes no use of other class-owned data or functions. Move it to its own function and fix all callers.
This is a low priority since Draw.io doesn't care about white space and as soon as the file is opened and saved in Draw.io the formatting is cleaned up. But...