<@!728117744473473104> <@!719437093117624370> you'...
# chat
u
> @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 > >
Copy code
> - [ ]: not started
> - [w] : work in progress
> - [x] : done
> - [?] : feedback
>
> > 2. kanban based > - put state in header > >
Copy code
> # wip
> - [ ] foo
> # pending
> - [ ] bar
> # done
> - [ ] baz
>
> > 3. tag based > >
Copy code
> - [ ] 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)