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:
parent
2ec8d5f1c5
commit
3b9e799e86
10
README.md
10
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.
|
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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## How it works
|
## 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
|
todos: all
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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:
|
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
|
text: Seen on hover
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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):
|
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):
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Search for **GTD Calendar** in *Tools → Options → Plugins* (desktop).
|
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.
|
Requires Joplin **2.7+** on desktop.
|
||||||
|
|
||||||
## The `gtd-calendar` block
|
## The `gtd-calendar` block
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user