mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18: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
|
||||
|
||||
@@ -1853,10 +1853,10 @@ Made with 💗 by Microsoft and the PowerToys community.</value>
|
||||
<data name="Run_AllPluginsDisabled.Message" xml:space="preserve">
|
||||
<value>Enable at least one plugin to get started</value>
|
||||
</data>
|
||||
<data name="Run_PluginUseDescription.Header" xml:space="preserve">
|
||||
<data name="Run_PluginUse.Header" xml:space="preserve">
|
||||
<value>Plugins</value>
|
||||
</data>
|
||||
<data name="Run_PluginUseDescription.Description" xml:space="preserve">
|
||||
<data name="Run_PluginUseDescription.Text" xml:space="preserve">
|
||||
<value>Include or remove plugins from the global results, change the direct activation phrase and configure additional options</value>
|
||||
</data>
|
||||
<data name="Run_PositionAppearance_GroupSettings.Header" xml:space="preserve">
|
||||
@@ -3593,4 +3593,10 @@ Activate by holding the key for the character you want to add an accent to, then
|
||||
<data name="MouseUtils_MousePointerCrosshairs_CrosshairsAutoHide.Content" xml:space="preserve">
|
||||
<value>Automatically hide crosshairs when the mouse pointer is hidden</value>
|
||||
</data>
|
||||
</root>
|
||||
<data name="Run_FindMorePlugins.Text" xml:space="preserve">
|
||||
<value>Find more plugins</value>
|
||||
</data>
|
||||
<data name="Run_PluginUseFindMorePlugins.Content" xml:space="preserve">
|
||||
<value>Find more plugins</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user