hmmm. i wonder what this repository is for. definitely couldn't be for managing todos.
riley
a696392560
- now properly outputs category spacing in get_md() - removed task_spacing and note_spacing, may return later. - fixed parent assignment, now iterates through the reversed children list. - this finds the closest parent. - TodoObject now properly returns output with get_children() |
||
---|---|---|
todo | ||
.gitignore | ||
LICENSE | ||
README.md | ||
todo.md |
todo.py
todo.py is my attempt to organize myself and get things straight. I disliked the specification declared by the folks at todo-md, so naturally, I'm making my own.
Specification
# todo.md
## Section
- [ ] some incomplete task with a due date |Sep 24 2021
- [x] some complete task without a due date
### Sub-Section
- [ ] here's another task with a due date |Oct 13 2021