@User @User you're okay. like with note taking, we're flexible with channels :)
we don't have a built in notion of a todo state. i find three workflows for marking states and will switch btw them depending on the occasion. some of them are shown in this doc and is also listed out below.
https://github.com/dendronhq/dendron-template/blob/master/vault/dendron.workflows.todos.md#L1:L1
1. bullet journal based
- put state in checkbox
- [ ]: not started
- [w] : work in progress
- [x] : done
- [?] : feedback
2. kanban based
- put state in header
# wip
- [ ] foo
# pending
- [ ] bar
# done
- [ ] baz
3. tag based
- [ ] foo #wip
- [ ] bar #feedback
- [x] baz