todo/todo
riley a696392560 Fix get_md() and parent assignments.
- 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()
2021-09-25 19:47:55 -04:00
..
__init__.py Initial Commit 2021-09-25 17:39:27 -04:00
Category.py Initial Commit 2021-09-25 17:39:27 -04:00
Note.py Initial Commit 2021-09-25 17:39:27 -04:00
Task.py Initial Commit 2021-09-25 17:39:27 -04:00
Todo.py Fix get_md() and parent assignments. 2021-09-25 19:47:55 -04:00
TodoObject.py Fix get_md() and parent assignments. 2021-09-25 19:47:55 -04:00