Skip to content
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

[Feature request]: Task list / checkbox list support #587

Open
paulirwin opened this issue Nov 27, 2024 · 0 comments
Open

[Feature request]: Task list / checkbox list support #587

paulirwin opened this issue Nov 27, 2024 · 0 comments

Comments

@paulirwin
Copy link
Contributor

Description

Our users would like the ability to add a "Task list" or list of checkboxes like GitHub (and others) have. We're using Markdown, and this uses the following syntax of Markdown:

- [ ] Item one
- [X] Item two (completed)
- [ ] Item three

This would render in the editor as a list of checkboxes, and if you check the checkbox, it would toggle the checked state for the underlying list item (an X in Markdown).

This should be a menu item as well.

Please let me know if there is interest for adding this issue. While I might be able to help contribute it, I might not be the most efficient person to do that.

Problem Statement/Justification

Users want to be able to create a list of things to do, and check them off.

Additional Information

Example from GitHub:
CleanShot 2024-11-27 at 08 13 47@2x

As rendered in GitHub:
CleanShot 2024-11-27 at 08 14 25@2x

Willing to submit a PR?

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant