TaskPaper Parser

taskpaper.py

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


Comments

MoinMoin: ParserMarket/OldParsers/TaskPaper (last edited 2008-01-27 21:39:57 by FedericoLorenzi)