Skip to content

Commit db40db2

Browse files
authored
Readme tweaks + list gh repo as install method for event viewer (#25)
* Adding images * Push readme * Update extension.json
1 parent 1dbe760 commit db40db2

4 files changed

Lines changed: 38 additions & 8 deletions

File tree

README.md

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,58 @@
1-
# Command Palette Extensions Gallery
1+
<p align="center">
2+
<img src="docs/images/gallery.png" alt="Extension Gallery in Command Palette" width="700" />
3+
</p>
24

3-
[Command Palette](https://github.com/microsoft/PowerToys) is an extensible, quick-launch tool in Microsoft PowerToys that lets users search, run commands, and interact with extensions right from their desktop. This repository is the community gallery where developers can list their extensions so users can discover and install them directly from within Command Palette.
5+
<h1 align="center">🎨 Command Palette Extensions Gallery</h1>
6+
<p align="center">
7+
The official community gallery for <a href="https://github.com/microsoft/PowerToys">Command Palette</a> extensions.
8+
</p>
9+
<h3 align="center">
10+
<a href="#-submit-your-extension">Submit an extension</a>
11+
<span> · </span>
12+
<a href="https://learn.microsoft.com/windows/powertoys/command-palette/extensibility-overview">Create your own extension</a>
13+
</h3>
414

5-
## Submit your extension
15+
🔍 **Discoverable by millions**your extension shows up right inside Command Palette
616

7-
New to building extensions? Check out the [Extension Development docs](https://learn.microsoft.com/en-us/windows/powertoys/command-palette/extensibility-overview) to get started.
17+
📦 **Host it your way** — publish through winget, the Microsoft Store, or your own download link — you stay in control
18+
19+
🌍 **Open-source & community-driven** — join a growing ecosystem of developers extending Windows productivity
20+
21+
<br/>
22+
23+
## 🛠️ Submit your extension
24+
25+
New to building Command Palette extensions? Check out the [Extension Development docs](https://learn.microsoft.com/windows/powertoys/command-palette/extensibility-overview) to get started.
826

927
Once your extension is ready, follow these steps to list it in the gallery:
1028

1129
1. **Fork** this repository
1230
2. **Create a folder** at `extensions/<your-name>/<extension-name>/` (lowercase, hyphens only)
1331
3. **Add an `extension.json`** with your extension metadata — see the [Contributing Guide](docs/CONTRIBUTING.md) for the full field reference and template
14-
4. **Add an icon** (PNG or SVG, max 100 KB, 256×256 recommended) in the same folder
15-
5. **Publish your extension** to at least one install source: [winget](https://learn.microsoft.com/en-us/windows/powertoys/command-palette/publish-extension), [Microsoft Store](https://learn.microsoft.com/en-us/windows/powertoys/command-palette/publish-extension), or a direct download URL (e.g. a [GitHub Releases](https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases) page)
32+
4. **Add an icon** in the same folder
33+
5. **Publish your extension** to at least one install source: [winget](https://learn.microsoft.com/windows/powertoys/command-palette/publish-extension), [Microsoft Store](https://learn.microsoft.com/windows/powertoys/command-palette/publish-extension), or a direct download URL (e.g. a [GitHub Releases](https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases) page)
1634
6. **Open a pull request** targeting `main`
1735

1836
CI will validate your submission automatically and the Command Palette team will review your PR. Once merged, your extension will show up in the Command Palette Extension Gallery.
1937

2038
See [`extensions/microsoft/sample-extension/`](extensions/microsoft/sample-extension/) for a complete example.
2139

22-
## Contributing
40+
<p align="center">
41+
<img src="docs/images/details.png" alt="Extension details page" width="700" />
42+
</p>
43+
44+
<br/>
45+
46+
## 🤝 Contributing
2347

2448
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit the [Microsoft CLA site](https://cla.opensource.microsoft.com).
2549

2650
When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
2751

2852
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
2953

30-
## Trademarks
54+
<br/>
55+
56+
## ⚖️ Trademarks
3157

3258
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/legal/intellectualproperty/trademarks/usage/general). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

docs/images/details.png

217 KB
Loading

docs/images/gallery.png

170 KB
Loading

extensions/nielslaute/event-viewer/extension.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
{
2626
"type": "msstore",
2727
"id": "9P2JPD7XDB3C"
28+
},
29+
{
30+
"type": "url",
31+
"uri": "https://github.com/niels9001/CmdPal-EventViewer/releases"
2832
}
2933
]
3034
}

0 commit comments

Comments
 (0)