github-todos icon indicating copy to clipboard operation
github-todos copied to clipboard

plain export

Open fennecdjay opened this issue 9 years ago • 2 comments

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

fennecdjay avatar Nov 29 '16 17:11 fennecdjay

I found the relevant line and removed the ``` stuff. Maybe it could be made an option (--plain ?).

fennecdjay avatar Nov 29 '16 18:11 fennecdjay

I you want, I can figure that (the option stuff* out), and make a pull request when it is fine.

fennecdjay avatar Dec 01 '16 13:12 fennecdjay