Skip to content

Commit b90e596

Browse files
committed
Updates README and example markdown with nested items re #19
1 parent 6baeaed commit b90e596

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ Within the note, you can create a check list with times and tasks which will be
2929
- [ ] 15:00 Review notes and update daily note [[20201103]]
3030
- [ ] 15:45 Walk
3131
- [ ] 16:30 Reading
32+
- [ ] Article 1
33+
- [ ] Article 2
34+
- Article notes review
3235
- [ ] 17:20 Prep for tomorrow's meetings
3336
- [ ] 18:00 END
3437

@@ -45,6 +48,8 @@ The format of the task list items is important as this is what is used to calcul
4548

4649
**24 hour times should be used.**
4750

51+
Nested checklist items or bullets are now also supported to capture sub-tasks of a timed task. Timed tasks must be at the top level of the checkbox list.
52+
4853
`BREAK` and `END` are keywords that define breaks and the end to the time tracking for the tasks. They are not case sensitive so `break` and `end` can also be used.
4954

5055
`END` is used as an item with a time to give an accurate time interval for the last task, *"Prep for tomorrow's meetings"* at 17:00 in this example.
@@ -74,6 +79,9 @@ Using the example above, at 14:30 the note would have automatically updated to:
7479
- [ ] 15:00 Review notes and update daily note [[20201103]]
7580
- [ ] 15:45 Walk
7681
- [ ] 16:30 Reading
82+
- [ ] Article 1
83+
- [ ] Article 2
84+
- [ ] Article notes review
7785
- [ ] 17:20 Prep for tomorrow's meetings
7886
- [ ] 18:00 END
7987

examples/day-planner-example.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
- [ ] 10:30 Create new notes for #article review
55
- [ ] 11:30 BREAK
66
- [ ] 12:00 Reading
7+
- [ ] Article 1
8+
- [ ] Article 2
9+
- [ ] Article notes review
710
- [ ] 12:25 BREAK
811
- [ ] 12:30 Reading
912
- [ ] 14:00 BREAK

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-day-planner",
33
"name": "Day Planner",
4-
"version": "0.3.2",
4+
"version": "0.3.3",
55
"description": "A plugin to help you plan your day and setup pomodoro timers",
66
"isDesktopOnly": false,
77
"js": "main.js",

0 commit comments

Comments
 (0)