From 3e6478b6f7f748e9302c9cd9ebe6487d988c3937 Mon Sep 17 00:00:00 2001 From: ni-richard Date: Mon, 16 Sep 2019 20:09:22 +0200 Subject: [PATCH] Created Web IDE (markdown) --- Web-IDE.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Web-IDE.md diff --git a/Web-IDE.md b/Web-IDE.md new file mode 100644 index 0000000..55becba --- /dev/null +++ b/Web-IDE.md @@ -0,0 +1,9 @@ +For displaying and editing code, you can utilize the **Monaco Editor**, which supports a lot of languages, provides syntax highlighting, code completion, etc. When you need to validate the user's input, the *deploy button* comes handy. It triggers an event, so you can run unit tests or anything you need, after that the frontend waits for your reply indicating success or failure. +*** + +**Available commands**: +* [ide.read](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/ide.read) +* [ide.write](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/ide.write) +* [ide.reload](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/ide.reload) +* [deploy.start](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/deploy.start) +* [deploy.finish](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/deploy.finish) \ No newline at end of file