github-todos
github-todos copied to clipboard
plain export
I use vim-simple-todo to make checkboxes for my TODO's. But the issues created par github-todos is shown as code, and therefore does not create Github-Flavored checkboxes. Is there a way to get github-todos to export plain issues? (I mean not in a code block.)
Thanks for your work.
EDIT: what I get:
[ ] task undone
[X] task done
while I want/need:
- [ ] task undone
- [x] task done
I found the relevant line and removed the ``` stuff. Maybe it could be made an option (--plain ?).
I you want, I can figure that (the option stuff* out), and make a pull request when it is fine.