Skip to content

weakish/gfmtask

Repository files navigation

gfmtask

GFM task list under Sublime Text.

Usage

Shortcut

<A-x> a.k.a. Alt+X.

Command palette

gfmtask: Toggle Done

Example

  • Press <A-x> to mark this task as done.
  • Press <A-x> to mark this task as todo (revert done).
    1. Also works on nested lists.
    2. 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.

Configuration

Shortcut

I bind it to <C-d>.

[
  { "keys": ["ctrl+d"], "command": "gfmtask_toggle_done" }
]

Scopes

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.

License

Code is under 0BSD.

Icons are copyrighted by Google, under CC-BY.

About

A todo manager based on GFM task lists in Sublime.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages