VSGraph - Graphs for VS Code
This is an implementation of mxgraph https://github.com/jgraph/mxgraph (portions of the code can be found in the mxgraph subdirectory including the Apache 2.0 License)
Current:
- Working webview with Graph capability (missing important usable features)
Planned:
- Refactor to work with files etc
If you have any requirements or dependencies, add a section describing those and how to install and configure them.
Include if your extension adds any VS Code settings through the contributes.configuration
extension point.
For example:
This extension contributes the following settings:
myExtension.enable
: enable/disable this extensionmyExtension.thing
: set toblah
to do something
You cannot do anything useful with this extension just yet!
Users appreciate release notes as you update your extension.
- Hello World example, with vscode-resource management pattern
- Graph Editor example, based on example for mxGraph and Draw.io
Initial release of ...
Fixed issue #.
Added features X, Y, and Z.