76 lines
1.7 KiB
YAML
76 lines
1.7 KiB
YAML
# -*- mode:yaml-ts; -*-
|
|
---
|
|
tasks:
|
|
- text: "Water Indoor Plants"
|
|
type: "todo"
|
|
priority: 1 # 0.1: Trivial, 1: Easy, 1.5: Medium, 2: Hard
|
|
recurrence:
|
|
type: "flex"
|
|
day: "1st and 3rd Saturday"
|
|
|
|
- text: "Water Outdoor Plants"
|
|
type: "todo"
|
|
priority: medium
|
|
checklist:
|
|
- Front pepper plants
|
|
- Front porch pot
|
|
- Apartment jasmine
|
|
- Back forty beans
|
|
- Lawn and artichoke
|
|
- Tomatoes
|
|
recurrence:
|
|
type: "interval"
|
|
interval: 1.5 # every other day
|
|
start: "2026-08-19" # anchor: task is "on" this day, then every 2nd day after
|
|
|
|
- text: "Movie Night Prep"
|
|
type: "todo"
|
|
priority: hard
|
|
checklist:
|
|
- Vaccum/sweep floor
|
|
- Clean bathroom
|
|
- Prepare the table
|
|
- Set up the Projector
|
|
- Make the salad ...
|
|
recurrence:
|
|
type: "interval"
|
|
interval: 14 # every other week
|
|
start: "2026-08-30"
|
|
|
|
- text: "Prepare for Adventure"
|
|
type: "todo"
|
|
priority: hard
|
|
checklist:
|
|
- Vaccum/sweep floor
|
|
- Clean bathroom
|
|
- Prepare the table
|
|
- Chips and what?
|
|
recurrence:
|
|
type: "interval"
|
|
interval: 14 # every other week
|
|
start: "2026-09-06"
|
|
|
|
- text: "Replace the furnace filter"
|
|
notes: "Get ready for winter"
|
|
type: "todo"
|
|
priority: 1
|
|
recurrence:
|
|
type: "flex"
|
|
day: "first Saturday of October"
|
|
|
|
- text: "Replace the furnace filter"
|
|
notes: "Get ready for summer"
|
|
type: "todo"
|
|
priority: 1
|
|
recurrence:
|
|
type: "flex"
|
|
day: "first Saturday of April"
|
|
|
|
- text: Reach out to Gary
|
|
type: "todo"
|
|
priority: 0.5
|
|
recurrence:
|
|
type: "interval"
|
|
interval: 21 # every three weeks
|
|
start: "2026-09-30"
|