From 291bbf719f13fa585d0f24b0b07464540a731671 Mon Sep 17 00:00:00 2001 From: Roy Kokkelkoren Date: Mon, 2 May 2016 00:25:11 +0200 Subject: [PATCH] Modified README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3647639..16ccee1 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,11 @@ Thunderbird extension for the Todo.txt application. This extension tries to inte ## Functionality * Add, delete or modify Todo's from within your Thunderbird. -* Automatically use Thunderbirds functions from Todo.txt, such as categories and priorities. +* Automatically use Thunderbirds functions from Todo.txt, such as categories ,priorities, due dates etc. * 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. +* Search for complete and incomplete Todo's within Thunderbird using search parameters such as Contexts or Projects. * Use Todo.txt's syntax directly within Thunderbird. +* Show todo's in plaintext or using the Thunderbird functionality. ## Mozilla @@ -23,8 +24,6 @@ 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. -**Todo.txt works best with a synchronisation application such as Dropbox or Owncloud, in order to prevent accidental overwriting of the file it might be useful to set the refresh time of the calendar to a couple of minutes.** - ## 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. @@ -34,8 +33,9 @@ For example: Entered as a new task within Thunderbird, it will automatically have the following properties: * High priority -* Categories set to DEV & Home -* Title containing *foobar @PR* +* Categories set to *DEV* & *Home* +* Title containing *foobar* +* Location set to *@PR* Offcourse the Todo.txt file will contain the exact line as entered into Thunderbird including a creation date.