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 GitHub-style checklists/tasklists #1048

Closed
ndarilek opened this issue Mar 14, 2015 · 17 comments
Closed

Support GitHub-style checklists/tasklists #1048

ndarilek opened this issue Mar 14, 2015 · 17 comments
Labels
🎯 feature Categorizes as related to a new feature status: needs feedback Tell me more about it
Milestone

Comments

@ndarilek
Copy link
Contributor

https://github.com/blog/1375%0A-task-lists-in-gfm-issues-pulls-comments

I use a feature similar to this for larger issues when I don't want to file 20 smaller issues for various tasks. Would be nice to see something like it in Gogs for quickly specing out lots of work.

Thanks.

@unknwon unknwon added the 🎯 feature Categorizes as related to a new feature label Mar 15, 2015
@carstenhag
Copy link

👍 Very interesting feature IMO.

@MichielDeMey
Copy link

I agree. This is a nice feature to have.

@unknwon unknwon mentioned this issue Mar 17, 2015
@alampros
Copy link

👍 This was one of the first things I tried after installation.

@DarthMDev
Copy link

+1

1 similar comment
@gateteam
Copy link

gateteam commented Jan 9, 2016

+1

@bkcsoft
Copy link
Contributor

bkcsoft commented Jan 9, 2016

I'll have a look at it after the weekend. The hard part is adding the checklist-feature to the markdown-parser, the easy part is making them interactive ^.^

@unknwon
Copy link
Member

unknwon commented Jan 10, 2016

@bkcsoft maybe you can look at CustomRender and use interface feature to implement the method ListItem or List. Then check if the item content has [ ] or [x] prefix?

@bkcsoft
Copy link
Contributor

bkcsoft commented Jan 12, 2016

working on it :)

@unknwon unknwon added status: assigned to community Take it on, you're the rockstar and removed 🙇‍♂️ help wanted Need your help labels Jan 14, 2016
@unknwon unknwon modified the milestones: 0.9.0, 0.10.0 Jan 14, 2016
@unknwon unknwon added status: needs feedback Tell me more about it and removed status: assigned to community Take it on, you're the rockstar labels Jan 25, 2016
@unknwon
Copy link
Member

unknwon commented Jan 25, 2016

This is claimed to be implemented by merging #2396

@unknwon
Copy link
Member

unknwon commented Jan 25, 2016

See in action: https://try.gogs.io/gogs/gogs/issues/3

@bkcsoft
Copy link
Contributor

bkcsoft commented Jan 25, 2016

I'd prefer to have this open still, since I wanna give interactive checkboxes a try. Though I need to fix an API-endpoint first IIRC :)

@unknwon
Copy link
Member

unknwon commented Jan 26, 2016

@bkcsoft I think that could be put into another issue, since you can always edit the comment/issue content to change the checklist. It's not a must-thing to have, more like an enhancement.

@unknwon
Copy link
Member

unknwon commented Jan 29, 2016

Close as implemented.

If someone thinks interactive checkboxes is necessary, please open up a new issue. :trollface:

@unknwon unknwon closed this as completed Jan 29, 2016
@bkcsoft
Copy link
Contributor

bkcsoft commented Jan 29, 2016 via email

ethantkoenig pushed a commit to ethantkoenig/gogs that referenced this issue Feb 27, 2017
…ogs#1048)

Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com>
@Choko256
Copy link

Choko256 commented Jun 1, 2017

Very old topic but...
Is this present in 0.11.12.0529 ?
I tried to add the [ ] in my issue and they are not transformed :(

There is no documentation on how to do that in issue markdown editor.

@Fastidious
Copy link
Contributor

Fastidious commented Jun 1, 2017

@Choko256 see https://try.gogs.io/Fastidious/Ideas/src/master/README.md (bottom). Simply use:

- [ ] One.
- [ ] Two.
- [x] Three.

I do not like the current implementation much, as bullets show (unlike GitHub's), but hey...

@Choko256
Copy link

Choko256 commented Jun 1, 2017

@Fastidious han yeah it works ! Sorry I forgot the bullets. Thank you very very very much ! :)

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🎯 feature Categorizes as related to a new feature status: needs feedback Tell me more about it
Projects
None yet
Development

No branches or pull requests

10 participants