garden/todo.md

10 lines
625 B
Markdown
Raw Normal View History

2020-06-20 01:24:45 +00:00
# Todo
- [x] This is an example of a todo list item that's complete
2020-06-24 23:20:38 +00:00
- [x] Todo lists are useful for keeping organised and focused
2020-06-20 01:24:45 +00:00
- [ ] This one is not completed yet
- [ ] You can mark it completed by pressing `Option`+`C` (or `Alt`+`C`) when your cursor is on this line
2020-06-24 23:20:38 +00:00
- [ ] You can also select multiple lines and mark them all at once!
- [ ] When you press enter at the end of a line, it adds a new todo item on the next line
2020-06-25 22:16:37 +00:00
- [ ] This, and more is provided by the [Markdown All in One](https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one) plugin by [Yu Zhang](https://github.com/yzhang-gh)