-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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: x/tools/present: add support for tasklists #20286
Comments
CC @adg |
It seems like a reasonable addition to me. What do you think @robpike? |
Although reasonable in isolation, I am very nervous of creeping featurism in this tool, which should be bare-bones. It's getting messy. If you need fancy formatting, there are plenty of other tools to do that for you. Present is for simple presentations. |
Thanks @robpike for considering it. Actually I'd like to use tasklists in a blog based on Maybe I got a little too excited about the two packages and got carried away not considering the implications it may have. |
The blog, by design and construction and choice, avoids fanciness too. |
I respect your opinion on the matter and consider this rejected then. |
Proposal
Creating tasklists (a list with a checked or unchecked checkbox) can be helpful, especially in blog post articles or talk slides.
I hereby propose to add the following additional markup to
[present.font])https://github.com/golang/tools/blob/master/present/style.go#L40)
:- [_]
to denote a pending task, which will render the marked text within the<del>
-tag- [x]
to denote a completed task, which will render the marked text within the<ins>
-tagSee Gerrit Change #42819 for details.
What version of Go are you using (
go version
)?go version go1.8.1 darwin/amd64
What operating system and processor architecture are you using (
go env
)?The text was updated successfully, but these errors were encountered: