Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

jasonrudolph/toggle-markdown-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toggle Markdown Task: An Atom Package

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

demo

Installation

Using apm:

apm install toggle-markdown-task

Or search for toggle-markdown-task 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'