ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

To​Done

by tiffon ALL

Simple, hierarchical, prioritized to do lists in plain text

Details

Installs

  • Total 23K
  • Win 11K
  • Mac 7K
  • Linux 5K
Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13 Feb 12 Feb 11 Feb 10 Feb 9 Feb 8 Feb 7 Feb 6 Feb 5 Feb 4
Windows 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 2 1 1 0 0 2 0 0 0 1 0 0 0 0 0 0 2 0 1 0 0 0 0 1 1 2 2 2 2 0
Mac 0 0 0 0 1 1 0 1 1 0 0 3 1 0 1 2 0 1 1 0 0 1 0 0 1 0 1 1 1 0 0 1 1 0 0 1 0 0 0 0 1 0 0 2 1
Linux 0 0 0 0 0 0 1 0 0 0 0 0 2 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 2 1 1 0 0 1 0 0 0 0 0 0 0 0 0 1

Readme

Source
raw.​githubusercontent.​com

Sublime Text package for to do lists

Available on Package Control – ToDone

About

This package is a simple tool for creating to do lists with the following features:

  • Hierarchically organized tasks
  • 5 levels of importance for tasks
  • Notes of any length for any task
  • Set a task to either completed or cancelled
  • Set a task to an emergency state

To do lists are just plain text files with syntax highlighting applied. The intent is for this to make them easy to manage.

The language syntax is ToDone, and files with the extension todo are automatically set to the this language syntax.

Content

Tasks

The format for a task item is generally a hyphen then a hard-tab then the task title:

-       Some title

The number of hyphens indicates the importance of the task: 5 hyphens for the most important, 1 hyphen for the least important.

-       Not that important
-----   Very important

Sub tasks

Sub tasks are the same as any other task, they are just indented.

-       A top level task
        -       First sub task
        -       Second sub task

Notes

A task can have notes associated with it. There are three formats for notes:

Same line - All text after a colon :

-       Some title: This is a note

New line - Lines of text with a greater indentation than the task's first hyphen

-       Some title
        This is a note

Note block - Blocks of text starting and ending with three forward slashes ///

-       Some title ///
        This is a note
        - this is still the note
        - and so is this
        ///

Text within a note can be emphasized by wrapping it with back quotes: `

-       Some title: This has a `special` note

Task states

Completed tasks

Completed tasks have a plus sign + in front of the first hyphen. The completed state can be toggled using the “Toggle Comment” shortcut (super+/ for Mac or ctrl+/ for Linux and Windows). Any sub-tasks are automatically considered completed, as well.

+-      This is completed
        -       This sub task is considered completed, too

Emergency tasks

Tasks can be emphasized by putting an exclamation mark ! in front of the tasks first hyphen. This state is applied to any sub tasks.

!-      This task is now considered dire
        -       So is this one, by association

Cancelled tasks

Tasks can be dimmed to make them easier to ignore by putting a period . in front of the tasks first hyphen. A note about the cancellation can be defined by enclosing text in parentheses at the beginning of the title of the task. This state is applied to any sub tasks.

.-      (reason cancelled) Some title
        -       This is cancelled, too

Goto

The goto menu (super+r on Mac) is set up to show only current tasks. Completed tasks and cancelled tasks are filtered out.

Discussion Group

https://groups.google.com/forum/#!forum/to-done