From 649038a703f97677a0820376c97fb8cb6e4f9547 Mon Sep 17 00:00:00 2001 From: ganicke Date: Mon, 6 Nov 2023 14:26:12 -0800 Subject: [PATCH] fix the packages hint --- common-docs/extensions.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) 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.