Skip to content

Commit 3ddacd5

Browse files
niels9001Copilot
andcommitted
Add zadjii extensions: Hacker News, Mastodon, Obsidian, Segoe Icons, SpongeBot, TMDB
Add gallery submissions for: - Hacker News for Command Palette (zadjii.HackerNewsforCommandPalette) - Mastodon for Command Palette (zadjii.MastodonForCmdPal) - Obsidian Notes for Command Palette (zadjii.ObsidianNotesExtension) - Segoe Icons for Command Palette (zadjii.SegoeIcons) - SpongeBot for Command Palette (zadjii.SpongeBotForCommandPalette) - TMDB Search for Command Palette (zadjii.TMDBSearch) Icons and descriptions sourced from https://github.com/zadjii/CmdPalExtensions Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 607ab1c commit 3ddacd5

12 files changed

Lines changed: 194 additions & 0 deletions

File tree

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"$schema": "../../../.github/schemas/extension.schema.json",
3+
"id": "zadjii.hacker-news",
4+
"title": "Hacker News for Command Palette",
5+
"shortDescription": "View top posts on Hacker News directly from Command Palette.",
6+
"description": "Stay on top of the latest tech news without leaving your workflow. Browse the top posts on Hacker News right from the Command Palette.\n\nQuickly scan headlines, see scores and comment counts, and open interesting articles—all from a fast, keyboard-driven interface.",
7+
"author": {
8+
"name": "zadjii",
9+
"url": "https://github.com/zadjii"
10+
},
11+
"icon": "icon.png",
12+
"homepage": "https://github.com/zadjii/CmdPalExtensions",
13+
"tags": [
14+
"hacker-news",
15+
"news",
16+
"tech",
17+
"reading"
18+
],
19+
"categories": [
20+
"news-and-weather"
21+
],
22+
"installSources": [
23+
{
24+
"type": "winget",
25+
"id": "zadjii.HackerNewsforCommandPalette"
26+
},
27+
{
28+
"type": "url",
29+
"uri": "https://github.com/zadjii/CmdPalExtensions/releases"
30+
}
31+
]
32+
}
3.84 KB
Loading
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"$schema": "../../../.github/schemas/extension.schema.json",
3+
"id": "zadjii.mastodon",
4+
"title": "Mastodon for Command Palette",
5+
"shortDescription": "View posts on Mastodon, browse your home timeline, and favorite posts from Command Palette.",
6+
"description": "Browse Mastodon right from the Command Palette. View posts on mastodon.social, sign in to see your home timeline, and favorite posts—all without opening a browser.\n\nA lightweight way to stay connected with the fediverse while keeping focus on your work.",
7+
"author": {
8+
"name": "zadjii",
9+
"url": "https://github.com/zadjii"
10+
},
11+
"icon": "icon.png",
12+
"homepage": "https://github.com/zadjii/CmdPalExtensions",
13+
"tags": [
14+
"mastodon",
15+
"fediverse",
16+
"social",
17+
"timeline"
18+
],
19+
"categories": [
20+
"social"
21+
],
22+
"installSources": [
23+
{
24+
"type": "winget",
25+
"id": "zadjii.MastodonForCmdPal"
26+
},
27+
{
28+
"type": "url",
29+
"uri": "https://github.com/zadjii/CmdPalExtensions/releases"
30+
}
31+
]
32+
}
2.88 KB
Loading
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"$schema": "../../../.github/schemas/extension.schema.json",
3+
"id": "zadjii.obsidian-notes",
4+
"title": "Obsidian Notes for Command Palette",
5+
"shortDescription": "Search your Obsidian vault notes, view them in the palette, and make quick edits.",
6+
"description": "Access your Obsidian notes directly from the Command Palette. Search through your vault, preview note contents right in the palette, and make quick edits—all without switching to the Obsidian app.\n\nPerfect for quickly referencing notes, jotting down ideas, or finding information across your knowledge base while staying in your current workflow.",
7+
"author": {
8+
"name": "zadjii",
9+
"url": "https://github.com/zadjii"
10+
},
11+
"icon": "icon.png",
12+
"homepage": "https://github.com/zadjii/CmdPalExtensions",
13+
"tags": [
14+
"obsidian",
15+
"notes",
16+
"knowledge-base",
17+
"markdown"
18+
],
19+
"categories": [
20+
"productivity"
21+
],
22+
"installSources": [
23+
{
24+
"type": "winget",
25+
"id": "zadjii.ObsidianNotesExtension"
26+
},
27+
{
28+
"type": "url",
29+
"uri": "https://github.com/zadjii/CmdPalExtensions/releases"
30+
}
31+
]
32+
}
65.2 KB
Loading
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"$schema": "../../../.github/schemas/extension.schema.json",
3+
"id": "zadjii.segoe-icons",
4+
"title": "Segoe Icons for Command Palette",
5+
"shortDescription": "Search and browse the full list of Segoe Fluent icons from Command Palette.",
6+
"description": "Quickly search and browse the complete collection of Segoe Fluent icons right from the Command Palette. Find the exact icon you need by name or keyword, view icon glyphs, and copy icon details for use in your projects.\n\nAn essential tool for developers and designers working with Windows UI who need fast access to the Segoe Fluent icon library.",
7+
"author": {
8+
"name": "zadjii",
9+
"url": "https://github.com/zadjii"
10+
},
11+
"icon": "icon.png",
12+
"homepage": "https://github.com/zadjii/CmdPalExtensions",
13+
"tags": [
14+
"icons",
15+
"segoe-fluent",
16+
"design",
17+
"developer-tools"
18+
],
19+
"categories": [
20+
"developer-tools",
21+
"utilities-and-tools"
22+
],
23+
"installSources": [
24+
{
25+
"type": "winget",
26+
"id": "zadjii.SegoeIcons"
27+
},
28+
{
29+
"type": "url",
30+
"uri": "https://github.com/zadjii/CmdPalExtensions/releases"
31+
}
32+
]
33+
}
14.8 KB
Loading
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"$schema": "../../../.github/schemas/extension.schema.json",
3+
"id": "zadjii.spongebot",
4+
"title": "SpongeBot for Command Palette",
5+
"shortDescription": "Convert text to mocking SpongeBob case (aLtErNaTiNg CaSe) from Command Palette.",
6+
"description": "Transform any text into the iconic mocking SpongeBob meme format with alternating case (lIkE tHiS). Just type or paste your text and get instant SpongeBob-style output, ready to copy and share.\n\nA fun, lighthearted extension for when you need to add some humor to your messages.",
7+
"author": {
8+
"name": "zadjii",
9+
"url": "https://github.com/zadjii"
10+
},
11+
"icon": "icon.png",
12+
"homepage": "https://github.com/zadjii/CmdPalExtensions",
13+
"tags": [
14+
"spongebob",
15+
"meme",
16+
"text",
17+
"fun"
18+
],
19+
"categories": [
20+
"entertainment",
21+
"utilities-and-tools"
22+
],
23+
"installSources": [
24+
{
25+
"type": "winget",
26+
"id": "zadjii.SpongeBotForCommandPalette"
27+
},
28+
{
29+
"type": "url",
30+
"uri": "https://github.com/zadjii/CmdPalExtensions/releases"
31+
}
32+
]
33+
}
25.8 KB
Loading

0 commit comments

Comments
 (0)