Skip to content

Commit

Permalink
Version 0.1
Browse files Browse the repository at this point in the history
Expanded install.rdf and added icons and screenshots for Mozilla add-on.
  • Loading branch information
Roy Kokkelkoren committed Sep 2, 2015
1 parent f32eb20 commit b766178
Show file tree
Hide file tree
Showing 17 changed files with 13 additions and 669 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ 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 al finished and incomplete tasks and add, delete or modify them accordingly.
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 usefull to set the refresh time of the calendar to a couple of minutes**
**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 appropiate 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.
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`
Expand All @@ -33,7 +33,7 @@ Entered as a new task within Thunderbird, it will automatically have the followi
* Categories set to DEV & Home
* Title containing *foobar @PR*

Offcourse the Todo.txt file will contain the extact line as entered into Thunderbird.
Offcourse the Todo.txt file will contain the exact line as entered into Thunderbird.

# Thanks

Expand Down
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 8 additions & 4 deletions install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,23 @@
xmlns:em="http://www.mozilla.org/2004/em-rdf#">

<Description about="urn:mozilla:install-manifest">
<em:id>todotxt@xseth.nl</em:id>
<em:id>todo.txt@xseth.nl</em:id>
<em:name>Todo.txt Extension</em:name>
<em:version>1.0</em:version>
<em:version>0.1</em:version>
<em:type>2</em:type>
<em:creator>Roy Kokkelkoren</em:creator>
<em:description>Thunderbird extension for the Todo.txt application</em:description>
<em:homepageURL>https://github.com/rkokkelk/todo.txt-ext</em:homepageURL>
<em:icon64URL>chrome://todotxt/skin/icon-64.png</em:icon64URL>

<em:optionsURL>chrome://todotxt/content/options.xul</em:optionsURL>
<em:optionsType>2</em:optionsType>

<em:targetApplication>
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>1.5</em:minVersion>
<em:maxVersion>5.0.*</em:maxVersion>
<em:minVersion>17.0</em:minVersion>
<em:maxVersion>31.*</em:maxVersion>
</Description>
</em:targetApplication>

Expand Down
169 changes: 0 additions & 169 deletions modules/todo-txt-js/README.md

This file was deleted.

30 changes: 0 additions & 30 deletions modules/todo-txt-js/bower.json

This file was deleted.

69 changes: 0 additions & 69 deletions modules/todo-txt-js/karma.conf.js

This file was deleted.

20 changes: 0 additions & 20 deletions modules/todo-txt-js/license.txt

This file was deleted.

Loading

0 comments on commit b766178

Please sign in to comment.