15 Commits

Author SHA1 Message Date
Victor Wiebe
d3c0f0ee7f v0.3.0: read-only kanban board (gtd-kanban block)
- New gtd-kanban block renders a three-column board from to-dos:
  Backlog / In Progress / Done. Notes excluded; to-dos only.
- Bucketing: Done wins (todo_completed), else in-progress tag, else
  Backlog. in-progress tag name configurable (IN_PROGRESS_TAG constant,
  in-progress-tag: option).
- Backlog shows all uncompleted untagged to-dos; Done filtered to a
  configurable done-window (default 7 days; 'all' for full history).
- Per-column sort: due-date (default; dateless last) | title |
  modified-date, asc/desc.
- Compact cards with configurable detail panel (hover/always/none),
  recurrence ↻, click-to-open drilldown. Empty columns still shown.
- Reuses the calendar data layer: scope resolution, inclusion, the
  getNoteTagTitles tag fetch from v0.2.0, gtd block parsing.
- markdown-it renderer now handles both gtd-calendar and gtd-kanban
  fences (data-block-type); webview branches getEvents/getKanban.
- SPEC sort-type vocabulary noted for cross-block consistency
  (modified_date accepted as alias).
- Version 0.3.0; 32 new tests (65 total). Read-only — drag-and-drop
  write-back is v0.4.0.
2026-06-13 10:23:49 -04:00
Victor Wiebe
bbde832b6d README: expand Limitations with an explicit Mobile/Android note
Sets expectations clearly: the plugin is desktop-only (custom code-block
rendering + webview messaging aren't reliably supported on mobile), but
the underlying to-dos sync and appear in Joplin's native mobile views.
2026-06-13 09:52:34 -04:00
Victor Wiebe
cdb5ad022c v0.2.0: mark recurring to-dos with a recurrence symbol
- 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)
2026-06-13 09:49:20 -04:00
Victor Wiebe
3b9e799e86 README: absolute screenshot URLs for npm; drop manual-install section
npm is the sole distribution channel; relative image paths don't render
on npmjs.com since screenshots aren't in the published tarball.
2026-06-12 19:03:50 -04:00
Victor Wiebe
2ec8d5f1c5 Phase 4: user-facing README with screenshots
- README rewritten for end users: quick start, full option reference for
  both blocks, date-resolution rules, drilldown, limitations, credits
- Four screenshots added under docs/screenshots/
- SPEC.md remains the design/developer document, linked from README
2026-06-12 19:00:02 -04:00
3cd6c61fa5 Update README.md 2026-06-12 15:54:22 +02:00
Franco Speziali
6891818d1b Added coloured blocks for different months 2026-05-27 15:08:13 +02:00
Franco Speziali
b18c50c205 Removed year grouping 2023-05-25 15:18:14 +02:00
Franco Speziali
a936de4285 Added option for grouping by year (for handling events that span multiple years) 2022-06-14 18:40:47 +02:00
Franco Speziali
20b4935ed7 Updated README 2022-04-24 22:45:01 +02:00
Franco Speziali
8c8095bda7 Updated README 2022-04-14 21:46:02 +02:00
Franco Speziali
88a21c5cf2 Minor updates to README 2022-03-22 16:10:24 +01:00
Franco Speziali
f102aa7aad Updated README 2022-03-17 22:42:17 +01:00
Franco Speziali
5836dfdb2e Skeleton README.md added 2022-03-17 21:00:17 +01:00
Franco Speziali
ee80716712 Initial commit 2022-03-17 21:00:04 +01:00