Xander Cesari

Results 12 issues of 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...

enhancement

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....

enhancement
diagramType

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

enhancement
diagramType

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...

enhancement

Sequence diagrams are common in system interaction and user interface design. Adding some kind of automated graph support for this would be useful!

enhancement
diagramType

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...

enhancement
diagramType

Such as A4, US-Legal, etc.

enhancement

It would be helpful to have screenshots from Draw.io showing the effects of various formatting choices.

documentation

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.

enhancement

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...

bug