From 59432a88d1dcb5a37cf023d6a1b373e734e9fe1e Mon Sep 17 00:00:00 2001 From: Joshua Tazman Reinier <84872947+joshuatazrein@users.noreply.github.com> Date: Tue, 8 Aug 2023 23:25:20 -0600 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63569c6..4803b59 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Time Ruler combines the best parts of a nested tasklist and an event-based calendar view. Drag-and-drop tasks to time-block and reschedule, and view tasks on top of read-only online calendars. Integrates well with the Tasks and FullCalendar plugins. +Time Ruler combines the best parts of a nested tasklist and an event-based calendar view. Drag-and-drop tasks to time-block and reschedule, and view tasks on top of read-only online calendars. Integrates well with the Tasks, FullCalendar, and Reminder plugins. ![cover](assets/time-ruler-cover.png) From eb60bb4dad4a2f6f161487a4fb0f24a590a10c16 Mon Sep 17 00:00:00 2001 From: Joshua Tazman Reinier <84872947+joshuatazrein@users.noreply.github.com> Date: Tue, 8 Aug 2023 23:30:55 -0600 Subject: [PATCH 2/4] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4803b59..9d6b80a 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,15 @@ Time Ruler uses the [Dataview](obsidian://show-plugin?id=dataview) plugin to rea ## Reading tasks Task metadata can be specified in any of the following formats: +- **Simple**: (only in Daily Notes) `hh:mm - hh:mm /*task content*/ > mm-dd ?/!/!!/!!! - **Dataview**: `[scheduled:: yyyy-mm-ddThh:mm] [due:: yyyy-mm-dd] [length:: #h#m] [priority:: lowest/low/medium/high/highest]` - **Tasks**: `[startTime:: hh-mm] [length:: #h#m] ⏳ yyyy-mm-dd 📅 yyyy-mm-dd ⏬/🔽/🔼/⏫/🔺` - **Full Calendar**: `[date:: yyyy-mm-dd] [startTime:: hh-mm] [endTime:: hh-mm] (or [allDay:: true]) [due:: yyyy-mm-dd] [priority:: lowest/low/medium/high/highest]` -When editing a task via drag-and-drop, tasks are converted to the user's preferred format (Dataview, Tasks, or Full Calendar). This can be changed in Settings. +### Reminder +You can specify any of the [Obsidian Reminder](https://obsidian-reminder.cf/guide/set-reminders.html#reminder-format) formats as well. + +When editing a task via drag-and-drop, tasks are converted back to the formatting detected in the task. If this is not possible, the user's preferred format (Dataview, Tasks, or Full Calendar) is used. This can be changed in Settings. *Note:* Double-spaces are used between brackets because without them, Obsidian thinks they are markdown links. From 4b4ea42489983f8d793ef141ff4b70f1a33bc21e Mon Sep 17 00:00:00 2001 From: Joshua Tazman Reinier <84872947+joshuatazrein@users.noreply.github.com> Date: Tue, 8 Aug 2023 23:31:11 -0600 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d6b80a..3fcd41b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Time Ruler uses the [Dataview](obsidian://show-plugin?id=dataview) plugin to rea ## Reading tasks Task metadata can be specified in any of the following formats: -- **Simple**: (only in Daily Notes) `hh:mm - hh:mm /*task content*/ > mm-dd ?/!/!!/!!! +- **Simple**: (only in Daily Notes) `hh:mm - hh:mm /*task content*/ > mm-dd ?/!/!!/!!!` - **Dataview**: `[scheduled:: yyyy-mm-ddThh:mm] [due:: yyyy-mm-dd] [length:: #h#m] [priority:: lowest/low/medium/high/highest]` - **Tasks**: `[startTime:: hh-mm] [length:: #h#m] ⏳ yyyy-mm-dd 📅 yyyy-mm-dd ⏬/🔽/🔼/⏫/🔺` - **Full Calendar**: `[date:: yyyy-mm-dd] [startTime:: hh-mm] [endTime:: hh-mm] (or [allDay:: true]) [due:: yyyy-mm-dd] [priority:: lowest/low/medium/high/highest]` From dd28dc96820515361b3947abd7cdd7f45a458b5e Mon Sep 17 00:00:00 2001 From: Joshua Tazman Reinier <84872947+joshuatazrein@users.noreply.github.com> Date: Tue, 8 Aug 2023 23:31:40 -0600 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fcd41b..aa37091 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Time Ruler uses the [Dataview](obsidian://show-plugin?id=dataview) plugin to rea ## Reading tasks Task metadata can be specified in any of the following formats: -- **Simple**: (only in Daily Notes) `hh:mm - hh:mm /*task content*/ > mm-dd ?/!/!!/!!!` +- **Simple**: (only in Daily Notes) `hh:mm - hh:mm task content > mm-dd ?/!/!!/!!!` - **Dataview**: `[scheduled:: yyyy-mm-ddThh:mm] [due:: yyyy-mm-dd] [length:: #h#m] [priority:: lowest/low/medium/high/highest]` - **Tasks**: `[startTime:: hh-mm] [length:: #h#m] ⏳ yyyy-mm-dd 📅 yyyy-mm-dd ⏬/🔽/🔼/⏫/🔺` - **Full Calendar**: `[date:: yyyy-mm-dd] [startTime:: hh-mm] [endTime:: hh-mm] (or [allDay:: true]) [due:: yyyy-mm-dd] [priority:: lowest/low/medium/high/highest]`