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

Add option to toggle the disabled attribute of checkbox in task list #774

Open
gvgramazio opened this issue Aug 8, 2020 · 1 comment · May be fixed by #962
Open

Add option to toggle the disabled attribute of checkbox in task list #774

gvgramazio opened this issue Aug 8, 2020 · 1 comment · May be fixed by #962
Labels
Area: Configuration Requiring changes in configuration schema. Area: Styles and Presentation Pertaining to the display of HTML (rendered form of Markdown). Generally, out of our control! Area: Task list GitHub Flavored Markdown task list. Help wanted Looking for help. Issue: Enhancement Improvements in existing features.

Comments

@gvgramazio
Copy link

Is it possible to add an option to toggle the presence of disabled attribute in checkbox inputs?

@yzhang-gh
Copy link
Owner

It is doable according to markdown-it-task-lists.

return md.use(require('markdown-it-task-lists'))

@yzhang-gh yzhang-gh added Issue: Enhancement Improvements in existing features. Help wanted Looking for help. labels Aug 8, 2020
@Lemmingh Lemmingh added Area: Configuration Requiring changes in configuration schema. Area: Styles and Presentation Pertaining to the display of HTML (rendered form of Markdown). Generally, out of our control! labels Nov 24, 2020
@Lemmingh Lemmingh linked a pull request Jun 11, 2021 that will close this issue
@Lemmingh Lemmingh added the Area: Task list GitHub Flavored Markdown task list. label Aug 24, 2021
@Lemmingh Lemmingh changed the title Add option to toggle "disabled" presence in checkbox list Add option to toggle the disabled attribute of checkbox in task list Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Configuration Requiring changes in configuration schema. Area: Styles and Presentation Pertaining to the display of HTML (rendered form of Markdown). Generally, out of our control! Area: Task list GitHub Flavored Markdown task list. Help wanted Looking for help. Issue: Enhancement Improvements in existing features.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants