Skip to content

Proposal for Github Style checkbox  #82

@prateekjadhwani

Description

@prateekjadhwani

In github markdown, you can use the -[ ] code to create a checkbox. The proposal is something similar. Here is what it needs to do :

  • Implement a checkbox when the user type -[ ] or -[x] or -[X]
  • The checkbox id needs to be generated dynamically
  • The checkbox value needs to be stored in localstorage so that the user can keep a track of it on his/her workspace.
  • When the preview loads or reloads, it should grab the value of the checkbox id from localstorage and update it in the associated checkbox.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions