diff --git a/common-docs/extensions.md b/common-docs/extensions.md index 013dc0b75ae2..ec2fd5f7d956 100644 --- a/common-docs/extensions.md +++ b/common-docs/extensions.md @@ -2,17 +2,19 @@ ## #gallery -## Using Extensions +## Using Extensions #using -In the web editor, click on ``Settings`` then ``Extensions`` to search and add extensions to the project. -The Blocks and JavaScript definitions will be automatically loaded in the editor. +In the web editor, click on the **Settings** (the ⚙️ symbol) menu and then choose **Extensions** to search and add extensions to the project. +The Blocks and any other JavaScript definitions from the extension are automatically loaded in the editor. -## Custom extensions +### ~ reminder -The [Build Your Own Extension](https://makecode.com/extensions/getting-started) manual is for advanced users who want to publish their own extension. - -## ~ hint +#### Extensions were "Packages" **Extensions** were previously called **Packages** in MakeCode. -## ~ \ No newline at end of file +### ~ + +## Custom extensions #custom + +The [Build Your Own Extension](https://makecode.com/extensions/getting-started) manual is for advanced users who want to publish their own extension.