Comment on Create diagrams in the browserparentComments−Squonk4212yVery nice for electric/electronic/logic diagrams!Is there a way to connect elements (logic gates, transistors, etc.) inputs to outputs with auto-routing wires?−davidjgraph12ydraw.io started life as one of the examples for mxGraph [1] and we've got a pile of stubly different behaviours available, it's just extremely tricky to expose any great number of without making the UI crap.Do you mean something like [2]?[1] http://jgraph.github.io/mxgraph/javascript/index.html[2] http://jgraph.github.io/mxgraph/javascript/examples/wires.ht...−kens12yI noticed the logic gates are mislabeled - "or" is called "exclusive or" and "and" is called "or".
Comments
Very nice for electric/electronic/logic diagrams!
Is there a way to connect elements (logic gates, transistors, etc.) inputs to outputs with auto-routing wires?
draw.io started life as one of the examples for mxGraph [1] and we've got a pile of stubly different behaviours available, it's just extremely tricky to expose any great number of without making the UI crap.
Do you mean something like [2]?
[1] http://jgraph.github.io/mxgraph/javascript/index.html
[2] http://jgraph.github.io/mxgraph/javascript/examples/wires.ht...
I noticed the logic gates are mislabeled - "or" is called "exclusive or" and "and" is called "or".