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.
This commit is contained in:
Victor Wiebe 2026-06-12 23:03:09 +00:00 committed by vwiebe
parent 2ec8d5f1c5
commit 3b9e799e86

View File

@ -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