summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md39
1 files changed, 27 insertions, 12 deletions
diff --git a/README.md b/README.md
index aebb80d..1a9f25c 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,20 @@
-# Inbox for [Todoist](https://en.todoist.com/tour) #
+# Inbox for [Todoist][2] #
## An Übersicht widget for your Todoist Inbox ##
+
+I am currently searching for someone maintaining this software. I haven't used
+a mac in over two years (as I now switched to linux) and as I see that people
+are still using this widget, I think a maintainer would come in handy for the
+community. Feel free to email me at [benjamin@chausse.xyz][1] if you are
+interested.
+
---
## About ##
-Inbox for [Todoist](https://en.todoist.com/tour) is a simple Übersicht widget designed to present your todoist inbox on your Desktop. It is in no way affiliated with the Brand Todoist or Doist in any way nor is it affiliated with [Übersicht](http://tracesof.net/uebersicht/) or [Felix Hageloh](https://github.com/felixhageloh)
+
+Inbox for [Todoist][2] is a simple Übersicht widget designed to present your
+todoist inbox on your Desktop. It is in no way affiliated with the Brand
+Todoist or Doist in any way nor is it affiliated with
+[Übersicht][3] or
+[Felix Hageloh][4]
Below is a preview of what Inbox for Todoist can look like:
@@ -19,13 +31,9 @@ In some context with other widgets, your interface could look like this:
### Installing Python 3 ###
#### From python's web site ####
-Download and install the latest version of python 3 from [this website][687c9c62]:
-
-[https://www.python.org/downloads/mac-osx/][a832e4a1]
-
- [687c9c62]: https://www.python.org/downloads/mac-osx/ "Python 3 mac downloads"
+Download and install the latest version of python 3 from [this website][5] :
- [a832e4a1]: https://www.python.org/downloads/mac-osx/ "Python 3 mac downloads"
+ [https://www.python.org/downloads/mac-osx/][5]
#### Using homebrew (Recommended) ####
@@ -58,7 +66,7 @@ The `inbox_for_todoist` folder contains a file named `todoist_API.txt`. In that
`___YOUR TODOIST TOKEN HERE:___` with your own 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`.
+You todoist token can be found on [Todoist][6] inside of `settings` and then `Integrations`. It will be labelled as `API Token`.
Rest assured that if you submit a pull 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`.
@@ -98,8 +106,15 @@ The default color for the widget is `rgba(#F2F2F2, 1.0)`.
## Possible Eventual Improvements ##
(checked items are under developpement)
-- [ ] Task Sorting
+- [ ] Task Sorting
- [ ] Tasks sorted by due date first
- [ ] Task sorted by priority second
-- [ ] Todoist Markdown Support
-- [ ] Indent embedded subtasks
+- [ ] Todoist Markdown Support
+- [ ] Indent embedded subtasks
+
+[1]: mailto:benjamin@chausse.xyz
+[2]: https://en.todoist.com/tour
+[3]: http://tracesof.net/uebersicht/
+[4]: https://github.com/felixhageloh
+[5]: https://www.python.org/downloads/mac-osx/
+[6]: https://todoist.com