Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Tazman Reinier committed Aug 9, 2023
2 parents 52432bd + dd28dc9 commit 2f8a399
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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.

Expand Down

0 comments on commit 2f8a399

Please sign in to comment.