updated todo because i oofed

This commit is contained in:
Bel LaPointe
2021-12-31 22:37:47 -05:00
parent 1a8c687260
commit 9d35347b0c
2 changed files with 16 additions and 8 deletions

26
testdata/sample.yaml vendored Normal file
View File

@@ -0,0 +1,26 @@
todo:
- todo: task that is still todo
detail: |
my super long description
of stuff
ts: 111
tags: a,b
-
todo: task that appeared when 'when'
schedule: "* * * * *" # or ([0-9]*[a-z])+ for durations, or int for scheduled/deferred
ts: 222
- todo: short 1
- todo: short 2
- todo: short 3
- todo: short 4
- todo: short 5
- and this teeny line which is just the line
- 1
scheduled:
-
todo: task that will appear when 'when'
schedule: "* * * * *" # or ([0-9]*[a-z])+ for durations, or int for scheduled/deferred
ts: 333
done:
- todo: task that is done
ts: 444