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

Proposal for Github Style checkbox #82

Open
prateekjadhwani opened this issue Jun 18, 2015 · 1 comment
Open

Proposal for Github Style checkbox #82

prateekjadhwani opened this issue Jun 18, 2015 · 1 comment

Comments

@prateekjadhwani
Copy link

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.
@pl86
Copy link

pl86 commented Sep 25, 2015

Hi, see my pull request #86
Live edit without using localstorage.

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

2 participants