mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 04:37:30 +02:00
@@ -96,6 +96,10 @@ See [Debugging](development/debugging.md) for detailed debugging techniques, inc
|
|||||||
|
|
||||||
See [Creating a New PowerToy](development/new-powertoy.md) for an end-to-end guide covering module architecture, settings integration, installer packaging, and testing.
|
See [Creating a New PowerToy](development/new-powertoy.md) for an end-to-end guide covering module architecture, settings integration, installer packaging, and testing.
|
||||||
|
|
||||||
|
### Building Command Palette Extensions
|
||||||
|
|
||||||
|
If you want to build your own extensions for Command Palette, check out the [Command Palette extensibility documentation](https://aka.ms/building-cmdpal-extensions). It covers how to create, package, and distribute custom extensions that integrate with Command Palette.
|
||||||
|
|
||||||
## Development Guidelines
|
## Development Guidelines
|
||||||
|
|
||||||
- [Coding Guidelines](development/guidelines.md) - Development guidelines and best practices
|
- [Coding Guidelines](development/guidelines.md) - Development guidelines and best practices
|
||||||
|
|||||||
@@ -93,7 +93,7 @@
|
|||||||
x:Uid="Settings_ExtensionsPage_Banner_Hyperlink"
|
x:Uid="Settings_ExtensionsPage_Banner_Hyperlink"
|
||||||
Padding="0"
|
Padding="0"
|
||||||
Content="Learn how to create your own extensions"
|
Content="Learn how to create your own extensions"
|
||||||
NavigateUri="https://learn.microsoft.com/windows/powertoys/command-palette/overview" />
|
NavigateUri="https://aka.ms/building-cmdpal-extensions" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
<StackPanel
|
<StackPanel
|
||||||
x:Name="ButtonPanel"
|
x:Name="ButtonPanel"
|
||||||
|
|||||||
Reference in New Issue
Block a user