From 271128c07583981b535935cb89f7dbe6fa6e4549 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 16 Aug 2016 09:21:41 -0700 Subject: [PATCH] answering questions about saving --- docs/faq.md | 15 +++++++++++++++ docs/release-notes.md | 5 +++++ 2 files changed, 20 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 76337f92..c94403a2 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -4,6 +4,21 @@ More information at [http://uk.farnell.com/bbc-microbit](http://uk.farnell.com/bbc-microbit). +### How do I send feedback? + +Find the small bubble icon on the bottom of the editor and +post your feedback from there! + +### How do I save my code? + +The web editor automatically saves your code in the browser cache. Simply reopen the browser and navigate to the web editor +to reopen your latest project. You can also open previous project stored locally through **More -> Open Project**. + +The project source is also stored in each compiled ``.hex`` file. Drag and drop the ``.hex`` file into the web editor to load the project. + +To share your project with others, you can use the **Embed** feature. It stores your project in the cloud and creates a URL that you can share with others. + +If you are using [Visual Studio Code](/code), all your programs are stored as files on your computer and you can use your favorite source control system as needed. ## Troubleshooting diff --git a/docs/release-notes.md b/docs/release-notes.md index 55bc15e6..caa12c79 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,6 +4,11 @@ basic.forever(() => { basic.showString("RELEASE NOTES"); }); ``` +## August 2016 + +* The JavaScript editor is using Monaco +* New [package system](/packages) based on GitHub + ## June 2016 * It is now possible to stream data into the cloud (Azure) from the PXT editor. Simply click on the log view to get started.