Skip to content

Commit 2738962

Browse files
committed
WIP
1 parent 374522c commit 2738962

35 files changed

+2364
-310
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
- List item outside of planner heading
2+
3+
---
4+
5+
- [ ] Task outside of planner heading
6+
7+
# Day planner
8+
9+
- 11:00 - 11:30 List item under planner heading
10+
11+
---
12+
13+
- [ ] Task
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
planner:
3+
log:
4+
- start: 2025-07-19 12:00
5+
end: 2025-07-19 14:30
6+
---
7+
8+
Foo

fixtures/fixture-vault/test.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
# Heading 1
3+
4+
- List item
5+
```yaml
6+
key: value
7+
```
8+
- [ ] Nested task with 1 log record
9+
```yaml
10+
planner:
11+
log:
12+
- start: 2025-07-18 12:00
13+
end: 2025-07-18 14:40
14+
```
15+
16+
## Heading 2
17+
18+
- [ ] Task with 3 log records
19+
```yaml
20+
planner:
21+
log:
22+
- start: 2025-07-19 12:00
23+
end: 2025-07-19 14:30
24+
- start: 2025-07-19 15:00
25+
end: 2025-07-19 16:30
26+
- start: 2025-07-19 13:00
27+
end: 2025-07-19 16:30
28+
```

0 commit comments

Comments
 (0)