rkokkelk / todo.txt-ext

Thunderbird extension for the Todo.txt application.
GNU General Public License v2.0
30 stars 7 forks source link
thunderbird thunderbird-addon thunderbird-extension todotxt

About

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.

Crowdin

Functionality

Mozilla

Further information and usage statistics can be found at Mozzila.

Usage

The extension requires the following options:

  1. Location of your Todo.txt file
  2. Location of your Done.txt file

After this configuration it is possible to see every finished and incomplete tasks and add, delete or modify them accordingly.

Syntax

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.

Building

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

Thanks

This project was made possible of the following projects and persons: