Compare commits

...

2 Commits

Author SHA1 Message Date
riley 7c32804575 Merge branch 'main' of ssh.gitdab.com:InValidFire/todo 2021-09-25 18:47:16 -04:00
riley cb322bd0d4 update README.md and todo.md 2021-09-25 18:46:50 -04:00
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ this is the to-do list for the `todo.md` project. *woah*.
- category headers can go as many levels as necessary.
- tasks can have due-dates, and they can either be complete, or incomplete.
- [ ] this is an incomplete task.
- [x] this is a complete task with a due date |Sep 30 2021.
- [x] this is a complete task with a due date |Sep 30 2021
- [x] tasks can be nested on other tasks or notes.
- [ ] or they can be on the root of the category.
- all tasks must belong under a category though.