diff --git a/README.md b/README.md index 9e83cba..9b3e1ea 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,10 @@ Check out these resources to learn more or get involved: Add a link to get support, GitHub status page, code of conduct, license link. --> +## Flow Editor + +This repository includes a simple HTML based flow editor using [Mermaid](https://mermaid-js.github.io/). Open `flow-editor.html` in your browser to build diagrams. Use the GUI forms to add nodes or edges and edit the Mermaid code directly. Click **Save** to store to localStorage and **Load** to restore. + --- Get help: [Post in our discussion board](https://github.com/skills/.github/discussions) • [Review the GitHub status page](https://www.githubstatus.com/) diff --git a/flow-editor.html b/flow-editor.html new file mode 100644 index 0000000..c68dd0a --- /dev/null +++ b/flow-editor.html @@ -0,0 +1,102 @@ + + + + + Flow Editor + + + + +

Flow Editor

+ +
+ + + +
+
+ + + +
+
+ + + + +
+
+ + +