vizhub-issue-tracker icon indicating copy to clipboard operation
vizhub-issue-tracker copied to clipboard

Support interactive check boxes in Description

Open curran opened this issue 5 years ago • 1 comments

Like GitHub

image

curran avatar Oct 06 '20 12:10 curran

Related to #496

If this were done, then you could add checkboxes to the README and it would look like this:

  • [X] Task 1
  • [ ] Task 2

By writing this code:

 * [X] Task 1
 * [ ] Task 2

Then clicking the checkboxes would edit the text automatically. I think this would be a good approach to adding tasks.

This afforts next level features on top of this, like showing percentage of tasks completed.

curran avatar Jan 29 '21 22:01 curran