yzhang-gh / vscode-markdown

Markdown All in One
https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one
MIT License
2.93k stars 325 forks source link

Add Work in Progress Checkbox #1449

Closed sohang3112 closed 1 week ago

sohang3112 commented 3 months ago

Proposal

Currently 2 types of checkboxes are supported:

Support a third type of checkbox: [-] for Work in Progress / Partially Done. It would be especially helpful when maintaining a task list in a Markdown file.

This can be implemented by setting .indeterminate property in JavaScript:

let checkbox = document.getElementById('my-checkbox');
checkbox.indeterminate = true;
sohang3112 commented 3 months ago

@yzhang-gh What do you think about this feature request? I would like to make a Pull Request for this - can you please confirm that you would be interested in such a PR?

sohang3112 commented 3 months ago

@yzhang-gh Please respond & confirm whether you would be interested in merging a PR to implement this.

sohang3112 commented 2 months ago

@yzhang-gh Please respond.

sohang3112 commented 1 week ago

Closing due to lack of response