-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Roy Kokkelkoren
committed
Aug 31, 2015
1 parent
cb1494a
commit db5fd15
Showing
1 changed file
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
# todo.txt-ext | ||
Thunderbird extension for the Todo.txt application. | ||
# Todo.txt Extension for Thunderbird | ||
|
||
Thunderbird extension for the Todo.txt application. This extension tries to integrate the Todo.txt application with Thunderbird. Using the Lightning extension it is now possible to add, delete or modify todo's directly within Thunderbird. | ||
|
||
## Functionality | ||
|
||
* Add, delete or modify Todo's from within your Thunderbird | ||
* Automatically use Thunderbirds functions from Todo.txt, such as categories and priorities. | ||
* Get a quick overview of all your tasks. | ||
* Search for complete and incomplete Todo's within Thunderbird using search paramaters such as Contexts or Projects. | ||
|
||
# Thanks | ||
|
||
This project was made possible of the following projects: | ||
|
||
* This extension relies heavily on the [todo-txt-js](https://github.com/roufamatic/todo-txt-js) library. | ||
* Much of the code was inspired on the [StormCows](https://github.com/moldybeats/stormcows) extension. |