From 8494858314ab0d2da2943abdc61c8b58d3a2d904 Mon Sep 17 00:00:00 2001 From: Sameer Singh <110624457+SameerJS6@users.noreply.github.com> Date: Tue, 11 Mar 2025 05:02:03 +0530 Subject: [PATCH] [PTRun][Docs] Add SVGL to Third-Party plugins (#37718) * add: SVGL to Third-Party plugins * resolve spellcheck, new words --- .github/actions/spell-check/allow/code.txt | 1 + .github/actions/spell-check/allow/names.txt | 1 + doc/thirdPartyRunPlugins.md | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/actions/spell-check/allow/code.txt b/.github/actions/spell-check/allow/code.txt index 2f8ae79194..c89a84e003 100644 --- a/.github/actions/spell-check/allow/code.txt +++ b/.github/actions/spell-check/allow/code.txt @@ -89,6 +89,7 @@ onefuzzingestionpreparationtool OTP Yubi Yubico +svgl # KEYS diff --git a/.github/actions/spell-check/allow/names.txt b/.github/actions/spell-check/allow/names.txt index b658523ad9..b06f3391d4 100644 --- a/.github/actions/spell-check/allow/names.txt +++ b/.github/actions/spell-check/allow/names.txt @@ -184,6 +184,7 @@ zhaopy zhaoqpcn Zoltan Zykova +Sameerjs # OTHERS diff --git a/doc/thirdPartyRunPlugins.md b/doc/thirdPartyRunPlugins.md index 339d55d7f8..90966ead20 100644 --- a/doc/thirdPartyRunPlugins.md +++ b/doc/thirdPartyRunPlugins.md @@ -42,6 +42,7 @@ Contact the developers of a plugin directly for assistance with a specific plugi | [CanIUse](https://github.com/skttl/ptrun-caniuse) | [skttl](https://github.com/skttl) | Look up browser feature support with caniuse.com | | [TailwindCSS](https://github.com/skttl/ptrun-tailwindcss) | [skttl](https://github.com/skttl) | Search the documentation of TailwindCSS | | [HttpStatusCodes](https://github.com/grzhan/HttpStatusCodePowerToys) | [grzhan](https://github.com/grzhan) | Search for http status codes | +| [SVGL](https://github.com/Sameerjs6/powertoys-svgl) | [SameerJS6](https://github.com/SameerJS6) | Search, Browse and copy SVG logos from SVGL. | ## Extending software plugins