I’m trying to understand how to create line-by-line todos/checkboxes.
What I mean line-by-line is that I
- start off with e.g. /todo + enter, to create a todo
- type my todo text
- press enter
On step 3, I’d like to get another todo automatically created, so I can skip step one.
How can I accomplish this?