diff --git a/extensions/qqshi13/quick-notes/extension.json b/extensions/qqshi13/quick-notes/extension.json new file mode 100644 index 0000000..a72ed09 --- /dev/null +++ b/extensions/qqshi13/quick-notes/extension.json @@ -0,0 +1,22 @@ +{ + "$schema": "../../../.github/schemas/extension.schema.json", + "id": "qqshi13.quick-notes", + "title": "Quick Notes", + "shortDescription": "Quickly create, open, and manage markdown notes", + "description": "A Command Palette extension for quickly creating, opening, and managing markdown notes. Features templates, recent notes, pinned notes, and customizable editor support.", + "author": { + "name": "QQSHI13", + "url": "https://github.com/QQSHI13" + }, + "icon": "icon.png", + "homepage": "https://github.com/QQSHI13/quick-notes", + "tags": ["notes", "markdown", "productivity", "command-palette"], + "categories": ["productivity", "utilities-and-tools"], + "installSources": [ + { + "type": "msstore", + "id": "9P8M54K17J8L" + } + ], + "listed": true +} diff --git a/extensions/qqshi13/quick-notes/icon.png b/extensions/qqshi13/quick-notes/icon.png new file mode 100644 index 0000000..f1f37fc Binary files /dev/null and b/extensions/qqshi13/quick-notes/icon.png differ diff --git a/extensions/qqshi13/quick-notes/screenshots/01-main.png b/extensions/qqshi13/quick-notes/screenshots/01-main.png new file mode 100755 index 0000000..d14ad54 Binary files /dev/null and b/extensions/qqshi13/quick-notes/screenshots/01-main.png differ diff --git a/extensions/qqshi13/quick-notes/screenshots/02-notes.png b/extensions/qqshi13/quick-notes/screenshots/02-notes.png new file mode 100755 index 0000000..4ea4f45 Binary files /dev/null and b/extensions/qqshi13/quick-notes/screenshots/02-notes.png differ diff --git a/extensions/qqshi13/quick-notes/screenshots/03-recent.png b/extensions/qqshi13/quick-notes/screenshots/03-recent.png new file mode 100755 index 0000000..64c1507 Binary files /dev/null and b/extensions/qqshi13/quick-notes/screenshots/03-recent.png differ