TaskPaper Parser
Purpose
Parses TaskPaper format task lists and displays them in a similar style to the TaskPaper application.
Syntax
Project names end in a colon ':'. Tasks begin with a hyphen '-'. Tasks can have tags or contexts, which start with an at-sign '@'. Completed tasks have an '@done' tag.
Example
This task list
Project: - a task @work - a completed task @done Another project: - another task @home - will it ever be done? - check schedule with J
will be displayed like this:
News
Added support for hierarchical lists (from the MoinMoin wiki parser) -- DavidOcallaghan 2007-11-12 12:52:17