user
09/09/2020, 4:26 PM> - [ ]: 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
>
@User thanks - I have 17 custom todo state (org-mode) workflows, I'll try your tag-based approach - unfortunately, this doesn't allow for auto-cycling to the next todo stage (in the workflow)