From cfb8305d1ac36b3c47946de91e84c7a6d677dbe0 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sun, 4 Nov 2018 19:35:23 -0500 Subject: Updated README.md to recent changes brought to the widget --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4335cd6..1cf69be 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,14 @@ Clone this repository to your Übersicht folder: `~/Library/Application Support/Übersicht/widgets/` ### Setting up your own Todoist Token ### -On the second line of the `todoistinbox.py` file, replace +The `inbox_for_todoist` folder contains a file named `todoist_API.txt`. In that file, replace `___YOUR TODOIST TOKEN HERE:___` (keep the ' ' for it to work) with your very own todoist API token. You todoist token can be found on [Todoist](https://todoist.com) inside of `settings` and then `Integrations`. It will be labelled as `API Token`. +Rest assured that if you submit a merge request, your token will not be shared as `todoist_API.txt` has been set to be ignored by github inside the `.gitignore` file `line: 108`. Also none of your tasks stored inside your offline cache will be shared as `todoist.cache` has been set to be ignored by github inside the `.gitignore` file `line: 105`. + ## Preferences ## ### Refresh Rate ### By default, Inbox for Todoist refreshes every second. To reduce CPU & Memory Usage, you may go to line 5 of `index.coffee` and adjust this: @@ -42,10 +44,14 @@ The following line to edit are: The default color for the widget is `rgba(#F2F2F2, 1.0)`. +## Recent Updates ## +- `2018-11-04` Widget now keeps an offline cache of your tasks + - No more Error messages when you computer's offline (due to cache) +- `2018-11-04` API keys are stored on a .txt file outside the script. (`todoist_API.txt`) +- `2018-10-03` Priority color coding Support + ## Possible Eventual Improvements ## (checked items are under developpement) - [ ] Due Date Sorting - [ ] Todoist Markdown Support -- [x] Keep a record of tasks offline - - [x] Display an `Offline` indicator - [ ] Indent embedded subtasks -- cgit v1.2.3