From 138fc3e1cb4884926e3eb2fd655721e94ca76376 Mon Sep 17 00:00:00 2001 From: Victor Wiebe Date: Fri, 12 Jun 2026 22:44:26 +0000 Subject: [PATCH] Sharpen manifest description; add repository categories and keywords --- src/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index ca48fe3..4b6e0a5 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -4,9 +4,10 @@ "app_min_version": "2.7", "version": "0.1.0", "name": "GTD Calendar", - "description": "A GTD-oriented calendar populated by Joplin notes and todos. Fork of Event Calendar by Franco Speziali.", + "description": "Day, week, and month calendars populated by your notes and to-dos, with click-through to the source note. Configure with simple YAML blocks. A GTD-friendly fork of Event Calendar by Franco Speziali.", "author": "Victor Wiebe", "homepage_url": "https://gitea.skeletonworks.online/vwiebe/joplin-plugin-gtd-calendar", "repository_url": "https://gitea.skeletonworks.online/vwiebe/joplin-plugin-gtd-calendar", - "keywords": ["calendar", "gtd", "todo"] + "keywords": ["calendar", "gtd", "todo", "agenda", "schedule"], + "categories": ["productivity", "viewer"] }