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

Support checkboxes in markdown #53

Closed
EtiennePasteur opened this issue Feb 20, 2017 · 10 comments
Closed

Support checkboxes in markdown #53

EtiennePasteur opened this issue Feb 20, 2017 · 10 comments

Comments

@EtiennePasteur
Copy link

EtiennePasteur commented Feb 20, 2017

Hello,
First, thanks for you great work !

I would like to know if you plan to support markdown ? I mean like for github issue but for card details ? It would be a great improvement 😄


edit: see #53 (comment)


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@juliusknorr
Copy link
Member

Markdown is already usable inside the card description field. :)

@EtiennePasteur
Copy link
Author

Oh !! Sorry I have only try something like that : - [ ] To make checkbox and I don't try anything else 😂
I'm sorry to have wasted your time.

Thanks.

@juliusknorr
Copy link
Member

No problem, having those checkboxes would be nice btw.

I guess we could easily integrate a plugin for markdown-it there:
https://www.npmjs.com/package/markdown-it-task-checkbox

@juliusknorr juliusknorr reopened this Feb 21, 2017
@juliusknorr juliusknorr changed the title Markdown for cards details Support checkboxes in markdown Feb 21, 2017
@fti7
Copy link

fti7 commented Mar 20, 2017

That would be very useful :-) please add an Progress Indicator in the Card too.
(Like on Trello)
image

@NinaNC
Copy link

NinaNC commented Apr 4, 2017

Thanks for your amazing work, I would also be very interested by checkboxes and progress indicator :D

@wgregori
Copy link

Count me in on the Checkbox idea!

and a BIG THANK YOU!

@moritz31
Copy link

moritz31 commented May 8, 2017

I haven't done anything like that but i like deck and want to contribute something,
so i will look in it 👍

@juliusknorr
Copy link
Member

@moritz31 Great. If you need any help, feel free to ask.

@moritz31 moritz31 self-assigned this May 9, 2017
@moritz31
Copy link

moritz31 commented May 9, 2017

@juliushaertl
have added markdown-it-checkbox to bower.json package.json and in main.html to the top add part
But hard to figure out where the render should be called any hints?

edit:
Seems like something is destroying the parser
Added
.use(markdownitCheckbox) to the confing.js
[ ] and [x] seems like get recognized but get removed
Only the text behind is inserted with <label> </label> Attribute like it should
without the [ ] it is inserted with the normal <p> </p> Tags

@juliusknorr
Copy link
Member

@moritz31 From a first look i would say that this is because angular-markdown-it uses some sanitize method. Can you push your working branch to the repo, so I can have a more detailed look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants