From 916ff4a3adf3b7f971b052f979e569bccb78b305 Mon Sep 17 00:00:00 2001 From: Mykhailo Pylyp Date: Fri, 12 Feb 2021 14:49:54 +0200 Subject: [PATCH] documented changes to PT Run (#9683) --- doc/devdocs/modules/launcher/plugins/overview.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/devdocs/modules/launcher/plugins/overview.md b/doc/devdocs/modules/launcher/plugins/overview.md index 924d97fcde..2dec6931e2 100644 --- a/doc/devdocs/modules/launcher/plugins/overview.md +++ b/doc/devdocs/modules/launcher/plugins/overview.md @@ -32,4 +32,7 @@ Each plugin implements the `IPlugin` interface which comprises of the `Init()` a ### Score - The user query is executed against each of the plugins and the result list view is updated with results from each of the plugins. - The ordering of the results is based on the `Score` of each Result. -- Each plugin assigns a score to a result based on it's relevance. The results with higher scores are displayed higher in the list view and vice versa. \ No newline at end of file +- Each plugin assigns a score to a result based on it's relevance. The results with higher scores are displayed higher in the list view and vice versa. + +## Plugin settings +Plugin settings that are editable from the settings are stored in `PowerToys Run\settings.json`. In the very first run, those settings are populated from plugin' `plugin.json` file. Unlike Wox we do not support multiple action keywords. Instead, we have `ActionKeyword` and `IsGlobal` options.