Magnus Jacobsson
Magnus Jacobsson
Showing the graph as a PNG [image](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/image) element would allow it to be easily copy-and-pasted from the browser.
With the implementation of https://github.com/magjac/graphviz-visual-editor/issues/70, it will be possible to have multiple named graphs in the browser's [local storage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage). A natural extension would be to also be able to save...
#### Ideas * Open the node or edge format drawer in temporary mode or a dialog with the same contents, but instead of editing the default attributes, edit the attributes...
#### Ideas * TAB selects the next node or edge * Shift-TAB selects the previous node or edge * Ctrl-TAB selects the next edge * Ctrl-Shift-TAB selects the previous edge
Currently, such edges can be selected individually, but not deleted because it would involve quite drastic changes to the DOT source, possibly involving cloning nodes and edges, which the user...
This would make it easier to distinguish it from other edges, especially when multiple nodes and edges are selected. #### Idea * Add a copy of the edge path instead...
Currently, edges must be interacted with through the arrow head or tail or through the sometimes very thin edge path itself which makes it a little hard to select them....
Currently, unfilled nodes must be interacted with through the perimeter or through the node text which makes it a little harder to select them or to draw edges from and...
#### Ideas * Use compass point specifications in the generated edge statement. #### Out of scope: * Drawing edges between a *portname* as defined in [record-based nodes](https://www.graphviz.org/doc/info/shapes.html#record) or [HTML-like labels](https://www.graphviz.org/doc/info/shapes.html#html)...
Currently, edges are always drawn from the tail node to the head node. #### Ideas * Use the Shift or Ctrl key to draw in reversed direction.