- New gtd-matrix block: 2x2 prioritisation grid with axis headers
(Urgent / Not urgent x Important / Not important)
- Quadrants from two configurable tags (urgent-tag default 'urgent',
important-tag default 'important'): both -> Do First; important ->
Schedule; urgent -> Delegate; neither -> Eliminate (default bucket)
- Completed to-dos excluded entirely (prioritisation view, not tracking;
kanban Done is where completions live); to-dos only; matrix note
excluded; warns when both axis tags are identical
- Same scope/todos/sort-type/sort/card-detail options as kanban; cards
reuse kanban rendering (compact, recurrence mark, drilldown)
- Quadrant colour accents: red Do First, blue Schedule, amber Delegate,
grey Eliminate
- SPEC roadmap restructured: matrix shipped as v0.4.0 (views axis);
drag-and-drop + create-from-view clustered as the v0.5.0+ authoring
epic with multi-board refresh and trigger/target questions recorded
- Version 0.4.0; 11 new tests (80 total); README documented
- New gtd-calendar options unscheduled-todos and unscheduled-notes
(default yes), independently showing/hiding each Unscheduled
sub-section. Accepts yes/no, true/false, show/hide.
- Solves duplicate Unscheduled lists when two calendars share a note:
e.g. show unscheduled to-dos under the week strip, unscheduled notes
under the month grid.
- Permissive parseBoolean helper; invalid values warn and default to yes.
- Threaded through payload; webview gates each sub-section on its flag
(empty OR toggled-off both omit cleanly).
- Version 0.3.2; 4 new tests (69 total); README updated.
- 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.
- Detect recurrence via the 'recurring' tag maintained by the Repeating
To-Dos plugin (v2 stores recurrence in userData, not the note body, so
tag-presence is the correct signal — not body scanning)
- DataAdapter gains getNoteTagTitles; lookup runs for to-dos only (notes
can't recur), keeping extra API calls minimal
- GtdEvent.isRecurring threaded through collector and payload
- Webview shows ↻ to the right of any icon/glyph across all views:
strip tiles, hover-card rows, month-grid chips, unscheduled chips
- RECURRING_TAG constant leaves room for a future configurable tag name
- README documents the pairing; SPEC roadmap marks Option A shipped
- Version bumped to 0.2.0; 2 new tests (49 total)
- New manifest id com.victorwiebe.joplin.plugin.gtd-calendar (coexists with upstream)
- Version reset to 0.1.0
- Fix Calendar/index.ts importing MonthGrouping as WeekGrouping (upstream bug:
week view silently grouped by month)