From 3b9e799e8602fdba43c58c2d7ee8ecd051051f94 Mon Sep 17 00:00:00 2001 From: Victor Wiebe Date: Fri, 12 Jun 2026 23:03:09 +0000 Subject: [PATCH] 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. --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0fe5c67..661b9f9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ GTD Calendar renders day, week, and month calendars in any Joplin note — populated not by hand-maintained YAML, but by the actual notes and to-dos in the surrounding folder. Click an event and it opens the note. Items without a date collect in an **Unscheduled** bucket below the calendar, GTD-style. -![Month grid view](docs/screenshots/month-grid.png) +![Month grid view](https://gitea.skeletonworks.online/vwiebe/joplin-plugin-gtd-calendar/raw/branch/master/docs/screenshots/month-grid.png) ## How it works @@ -16,7 +16,7 @@ Put a `gtd-calendar` fenced code block in a note. That note becomes a calendar o todos: all ``` -![Config and result side by side](docs/screenshots/month-grid-config.png) +![Config and result side by side](https://gitea.skeletonworks.online/vwiebe/joplin-plugin-gtd-calendar/raw/branch/master/docs/screenshots/month-grid-config.png) Notes and to-dos opt in to the calendar with a `gtd` fenced code block — even an empty one. The block can also set a date (for plain notes), colours, an icon, and hover text: @@ -26,18 +26,16 @@ Notes and to-dos opt in to the calendar with a `gtd` fenced code block — even text: Seen on hover ``` -![A note with a gtd block](docs/screenshots/gtd-block.png) +![A note with a gtd block](https://gitea.skeletonworks.online/vwiebe/joplin-plugin-gtd-calendar/raw/branch/master/docs/screenshots/gtd-block.png) To-dos don't need any of that for scheduling — their normal Joplin **due date** places them on the calendar automatically (when admitted by your `todos:` setting): -![A todo scheduled by its native due date](docs/screenshots/todo-due-date.png) +![A todo scheduled by its native due date](https://gitea.skeletonworks.online/vwiebe/joplin-plugin-gtd-calendar/raw/branch/master/docs/screenshots/todo-due-date.png) ## Installation Search for **GTD Calendar** in *Tools → Options → Plugins* (desktop). -Manual install: download the `.jpl` from the [releases](https://gitea.skeletonworks.online/vwiebe/joplin-plugin-gtd-calendar/releases), then *Plugins → gear icon → Install from file*. - Requires Joplin **2.7+** on desktop. ## The `gtd-calendar` block