-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathextension.json
More file actions
32 lines (32 loc) · 1.09 KB
/
extension.json
File metadata and controls
32 lines (32 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"$schema": "../../../.github/schemas/extension.schema.json",
"id": "zadjii.obsidian-notes",
"title": "Obsidian Notes for Command Palette",
"shortDescription": "Search your Obsidian vault notes, view them in the palette, and make quick edits.",
"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.",
"author": {
"name": "zadjii",
"url": "https://github.com/zadjii"
},
"icon": "icon.png",
"homepage": "https://github.com/zadjii/CmdPalExtensions",
"tags": [
"obsidian",
"notes",
"knowledge-base",
"markdown"
],
"categories": [
"productivity"
],
"installSources": [
{
"type": "winget",
"id": "zadjii.ObsidianNotesExtension"
},
{
"type": "url",
"uri": "https://github.com/zadjii/CmdPalExtensions/releases"
}
]
}