You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-3Lines changed: 17 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -56,11 +56,25 @@ Learn more from the Create React App [README](https://github.com/facebook/create
56
56
* Firefox 61.0.1
57
57
* Chrome 64.0.3282.167
58
58
59
-
## Currently Known Limitations ##
59
+
## Known Issues ##
60
60
61
-
Apart from the numerous cool features that are missing; here's a list of known limitations in the features that do exist:
61
+
Known issues are **not listed here**.
62
62
63
-
* The visual editing capabilities requires the DOT source to be organized with only one node or edge per line, since they currently operate by inserting or deleting complete lines.
63
+
All known bugs and enhancement requests are reported as issues on [GitHub](https://github.com/magjac/graphviz-visual-editor) and are listed under the [Issues](https://github.com/magjac/graphviz-visual-editor/issues) tab.
64
+
65
+
### [All open issues](https://github.com/magjac/graphviz-visual-editor/issues) ###
66
+
67
+
Lists both bugs and enhancement requests.
68
+
69
+
### [Known open bugs](https://github.com/magjac/graphviz-visual-editor/labels/bug) ###
(A limitation is a feature deliberately released without full functionality. A limitation is classifed both as a bug and as an enhancement request to reflect that although it's a enhancement not yet implemented from the author's perspective, it might be perceived as a bug from user's perspective).
0 commit comments