-
Notifications
You must be signed in to change notification settings - Fork 311
Use separate preview for description and allow toggling checkboxes #1731
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
Conversation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
@juliushaertl what is the markdown code to generate a checkbox? |
|
The use of 2 square brackets with a space between is how the old editor did it (and also I think github MD) |
Tried it so, doesn't work for me. |
|
try |
Testing on v1b1, the card view shows a check list when I add something like [ ] an item (at this point the card shows a ✅ 0/2) But the view of description continues to show just |
I tried that, which makes it autolist while editting (useful :) ) but still doesn't render in a way that allows a user to mark the check box by clicking it. |
This is what this pull request implements for the preview mode. However there is still a small issue, since the library we use for checkmarks in markdown only supports list style checkboxes |
jakobroehrl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's working

Fixes #1673 and parts of #1709