GFM task list under Sublime Text.
<A-x> a.k.a. Alt+X.
gfmtask: Toggle Done
- Press
<A-x>to mark this task as done. - Press
<A-x>to mark this task as todo (revert done).- Also works on nested lists.
- Press
<A-x>to transform a normal list item to a task.
Pressing <A-x> on a normal line will also transform it to a task.
I bind it to <C-d>.
[
{ "keys": ["ctrl+d"], "command": "gfmtask_toggle_done" }
]This plugin is enable for markdown files only. There is no configuration option. If you want to use it on other files, set the file syntax to markdown temporarily.
Code is under 0BSD.