mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
[Run][PluginManager]Doc for 3rd party plugins (#27566)
* doc for 3rd party run plugins * link 3rd party run plugins doc * fix spellcheck * remove file * fix links * added author * Update doc/thirdPartyRunPlugins.md Co-authored-by: Nathan Driver <80888259+NathanD-GDS@users.noreply.github.com> * Update doc/thirdPartyRunPlugins.md Co-authored-by: Nathan Driver <80888259+NathanD-GDS@users.noreply.github.com> * Update doc/thirdPartyRunPlugins.md Co-authored-by: Nathan Driver <80888259+NathanD-GDS@users.noreply.github.com> * Update doc/thirdPartyRunPlugins.md Co-authored-by: Nathan Driver <80888259+NathanD-GDS@users.noreply.github.com> * Update doc/thirdPartyRunPlugins.md Co-authored-by: Nathan Driver <80888259+NathanD-GDS@users.noreply.github.com> * Update doc/thirdPartyRunPlugins.md Co-authored-by: Nathan Driver <80888259+NathanD-GDS@users.noreply.github.com> --------- Co-authored-by: Nathan Driver <80888259+NathanD-GDS@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c5ad5e613e
commit
64252192fa
@@ -269,10 +269,17 @@
|
||||
</InfoBar.ActionButton>
|
||||
</InfoBar>
|
||||
|
||||
<labs:SettingsCard
|
||||
x:Uid="Run_PluginUseDescription"
|
||||
HeaderIcon="{ui:FontIcon FontFamily={StaticResource SymbolThemeFontFamily},
|
||||
Glyph=}">
|
||||
<labs:SettingsCard
|
||||
x:Uid="Run_PluginUse"
|
||||
HeaderIcon="{ui:FontIcon FontFamily={StaticResource SymbolThemeFontFamily}, Glyph=}">
|
||||
<labs:SettingsCard.Description>
|
||||
<StackPanel>
|
||||
<TextBlock x:Uid="Run_PluginUseDescription" />
|
||||
<HyperlinkButton
|
||||
x:Uid="Run_PluginUseFindMorePlugins"
|
||||
NavigateUri="https://aka.ms/powerToysRunPlugins" />
|
||||
</StackPanel>
|
||||
</labs:SettingsCard.Description>
|
||||
<AutoSuggestBox
|
||||
x:Uid="PowerLauncher_SearchList"
|
||||
MinWidth="{StaticResource SettingActionControlMinWidth}"
|
||||
@@ -477,6 +484,9 @@
|
||||
<controls:PageLink
|
||||
x:Uid="LearnMore_Run"
|
||||
Link="https://aka.ms/PowerToysOverview_PowerToysRun" />
|
||||
<controls:PageLink
|
||||
x:Uid="Run_FindMorePlugins"
|
||||
Link="https://aka.ms/powerToysRunPlugins" />
|
||||
</controls:SettingsPageControl.PrimaryLinks>
|
||||
<controls:SettingsPageControl.SecondaryLinks>
|
||||
<controls:PageLink
|
||||
|
||||
Reference in New Issue
Block a user