Skip to content

RichardLitt/toggle-markdown-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toggle Markdown Task: An Atom Package

Shamelessly taken from https://github.com/jasonrudolph/toggle-markdown-task, but I added the option for a [~] checkmark, which I use to show a task is in progress.

Provides a command to toggle completion of tasks in GitHub-flavored Markdown files.

demo

Installation

Using apm:

apm install toggle-markdown-task-with-ongoing

Or search for toggle-markdown-task-with-ongoing in the Atom Settings UI.

Bring your own keymap

To get the most out of this package, you'll want to use a keyboard shortcut for toggling Markdown tasks. This package does not provide a keyboard shortcut by default, but you can easily define your own. For example, if you wanted to use Control-D (as shown in the demo above), you'd add the following mapping to your ~/.atom/keymap.cson file:

'atom-workspace atom-text-editor:not(.mini)':
  'ctrl-d': 'toggle-markdown-task:toggle'

About

Atom Package for toggling GFMD markdown tasks

Resources

License

Stars

Watchers

Forks

Packages

No packages published