-
-
Notifications
You must be signed in to change notification settings - Fork 159
feat: support headline's cookie from TODOs #926
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
5885d42
to
8cd451f
Compare
Lets rebase and then I'll take a look. Thanks! |
Done! |
Generally looks good, and works as expected as long as only sub-todos are used.
Toggling either sub-todo or a checkbox, ends up adding |
I reverted |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
Summary
Add function
update_todo_cookie
to update a headline's cookie from a TODO state change.Related Issues
Closes #305
Changes
Checklist
I confirm that I have:
Conventional Commits
specification (e.g.,
feat: add new feature
,fix: correct bug
,docs: update documentation
).make test
.