Skip to content

Commit 8617073

Browse files
committed
updates based on @learn-build-service-prod
1 parent 1c20067 commit 8617073

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

hub/powertoys/command-palette/adding-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ There are two different kinds of pages you can show:
197197

198198
- [Form content](./using-form-pages.md) - This is content that shows a form to the user, and then returns the results of that form to the extension. These are powered by [Adaptive Cards](https://aka.ms/adaptive-cards) This is useful for getting user input, or displaying more complex layouts of information. See [FormContent](./microsoft-commandpalette-extensions-toolkit/formcontent.md) for details.
199199

200-
![Screenshot of Form content](../../images/command-palette/form-toggle-comdpal.png)
200+
![Screenshot of Form content](../../images/command-palette/form-toggle-command-palette.png)
201201

202202
## Add more commands
203203

hub/powertoys/command-palette/creating-an-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You can deploy and run your extension:
6262
<summary>How to Deploy your extension</summary>
6363

6464
1. In the navigation bar, click on `Build`
65-
1. Click on `Deploy \<ExtensionName\>`
65+
1. Click on `Deploy <ExtensionName>`
6666

6767
</details>
6868

hub/powertoys/command-palette/using-form-pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ internal sealed partial class SampleContentForm : FormContent
119119

120120
The `SampleContentForm` contains the form and form submission logic. The `TemplateJson` contains the form structure and actions. This example only contains one text input which has the id of "Name" and has one action of submitting the form. The `SubmitForm` handles parsing the payload; if its invalid will return the command to home and otherwise will display a confirmation dialog and a toast notification.
121121

122-
1. Open /<ExtensionName/>CommandsProvider.cs
122+
1. Open `<ExtensionName>CommandsProvider.cs`
123123
1. Replace the `MarkdownPage` for `FormPage`:
124124

125125
```diff

hub/powertoys/command-palette/using-markdown-content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ internal sealed partial class MarkdownPage : ContentPage
4444
}
4545
```
4646

47-
1. Open \<ExtensionName\>CommandsProvider.cs
47+
1. Open `<ExtensionName>CommandsProvider.cs`
4848
1. Replace the `CommandItem`s for the `MarkdownPage`:
4949

5050
```diff

0 commit comments

Comments
 (0)