13 Commits

Author SHA1 Message Date
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
5791ee5ec2 Phase 0: rename plugin to GTD Calendar; fix week view grouping bug
- 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)
2026-06-12 17:47:50 -04:00
Franco Speziali
be1e4c9b97 Updated versioning info 2026-05-27 15:11:14 +02:00
Franco Speziali
0020381c08 Maintenance update; updated packages, updated jest tests to use ESM 2026-05-27 14:31:10 +02:00
Franco Speziali
21c5dfb426 Ran npm run update, updated date-fns packages, changed to version 0.2.2 2023-02-16 22:38:03 +01:00
Franco Speziali
ff2c3794d6 Small CSS fix to allow readability with different themes 2022-10-26 16:26:32 +02:00
Franco Speziali
02a8a7e6eb Updated versioning, package-lock.json 2022-06-14 18:47:32 +02:00
Franco Speziali
e171e443ba Updated versioning 2022-04-24 22:45:15 +02:00
Franco Speziali
675308db50 Ran Joplin update command 2022-04-24 22:19:45 +02:00
Franco Speziali
78ebec425f Added dependencies, date-fns and yaml 2022-03-17 21:00:16 +01:00
Franco Speziali
e0ca747cf2 Added prettier to project 2022-03-17 21:00:16 +01:00
Franco Speziali
b66b68a9ad Setup project for jest, ts 2022-03-17 21:00:16 +01:00
Franco Speziali
ee80716712 Initial commit 2022-03-17 21:00:04 +01:00