• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

toggle-markdown-task-with-ongoing

Toggle completion of tasks in GitHub-flavored Markdown files (with ongoing)
  • #gfm
  • #list
  • #markdown
  • #task
  • #todo
RichardLitt
0.0.6 306
0
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

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'

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by