qlmarkdown icon indicating copy to clipboard operation
qlmarkdown copied to clipboard

Render properly GitHub style todo lists

Open doup opened this issue 9 years ago • 6 comments

In GitHub there is the option to define TODO lists in this format:

- [ ] foo
- [X] bar

It would be nice to render the brackets like checkboxes. See this gist to see how it's rendered in GitHub.

doup avatar Feb 26 '15 09:02 doup

Would be really nice. There also seems to be a greater issue with formatting of these, i.e. if you try

- [ ] [link](http://google.com)

it seems to interpret and render the - properly, but the rest isn't.

jiku avatar Nov 11 '15 21:11 jiku

:+1:

MartinDelille avatar Apr 08 '16 13:04 MartinDelille

I've created an issue at Orc/discount#142 since it's the library used for parsing the markdown.

doup avatar Apr 11 '16 19:04 doup

Thanks, man.

On Mon, Apr 11, 2016 at 2:29 PM Asier Illarramendi [email protected] wrote:

I've created an issue at Discount https://github.com/Orc/discount/issues/142 since it's the library used for parsing the markdown.

— You are receiving this because you are subscribed to this thread.

Reply to this email directly or view it on GitHub https://github.com/toland/qlmarkdown/issues/49#issuecomment-208516281

tarwich avatar Apr 11 '16 21:04 tarwich

Seems that this should be done in qlmarkdown via post-processing. I'm waiting for confirmation but it seems like discount will not implement this.

doup avatar Apr 13 '16 17:04 doup

If I ever get back into this, then we can shred discount. Using modern tech it'll be really easy to implement a markdown generator. The only problem is that I don't understand how to write a QuickLook generator, and I haven't had time to research it since my job has taken me away from Objective-C for the moment.

On Wed, Apr 13, 2016 at 12:59 PM Asier Illarramendi < [email protected]> wrote:

Seems that this should be done in qlmarkdown via post-processing. I'm waiting for confirmation but it seems like discount will not implement this.

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/toland/qlmarkdown/issues/49#issuecomment-209569800

tarwich avatar Apr 13 '16 18:04 tarwich