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.
Further information and usage statistics can be found at Mozzila.
The extension requires the following options:
After this configuration it is possible to see every finished and incomplete tasks and add, delete or modify them accordingly.
The extension can automatically assign the appropriate properties to a Thunderbird task based on the Todo.txt syntax. This means that when a user enters a new Task with Todo.txt syntax it will result in a correct Thunderbird task.
For example:
(A) foobar +Dev +Home @PR
Entered as a new task within Thunderbird, it will automatically have the following properties:
Offcourse the Todo.txt file will contain the exact line as entered into Thunderbird including a creation date.
Use the following steps to build the Todo-txt Thunderbird add-on directly from source code:
git clone https://github.com/rkokkelk/todo.txt-ext.git
git checkout master # Checkout the specific branch with the source code you want to try
./build -d # -d ensures that debug logs are shown in Thunderbird console
These steps results in a file called todotxt_1.1.0.xpi
, specific name may change depending on the version of the add-on. You may install the add-on in Thunderbird by:
1) Open Thunderbird 2) Open the Add-on tab
This project was made possible of the following projects and persons: