- The Unscheduled section now shows two labeled sub-sections — 'Unscheduled to-dos' (first) then 'Unscheduled notes' — so actionable items stay visually separate from reference notes. - A sub-section is omitted entirely when empty (no lonely '(0)' headers). - Webview-only change (uses the existing isTodo flag); data layer and tests unchanged. - Version 0.3.1; README updated.
14 lines
696 B
JSON
14 lines
696 B
JSON
{
|
|
"manifest_version": 1,
|
|
"id": "com.victorwiebe.joplin.plugin.gtd-calendar",
|
|
"app_min_version": "2.7",
|
|
"version": "0.3.1",
|
|
"name": "GTD Calendar",
|
|
"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", "agenda", "schedule"],
|
|
"categories": ["productivity", "viewer"]
|
|
}
|