diff --git a/docs/imgs/modules/todoist.png b/docs/imgs/modules/todoist.png new file mode 100644 index 00000000..086d0ec8 Binary files /dev/null and b/docs/imgs/modules/todoist.png differ diff --git a/docs/posts/modules/todoist/index.html b/docs/posts/modules/todoist/index.html new file mode 100644 index 00000000..6891cd30 --- /dev/null +++ b/docs/posts/modules/todoist/index.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + +Todoist | WTF - A Terminal Dashboard + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Todoist

+ +
+ +
+ + + +

Added in v0.0.11.

+ +

Displays all items on specified project.

+ +

todoist screenshot

+ +

Source Code

+
wtf/todoist/
+

Required ENV Variables

+ +

Key: WTF_TODOIST_TOKEN
+Value: Your Todoist API Token.

+ +

You can get your API Token at: todoist.com/prefs/integrations.

+ +

Keyboard Commands

+ +

Key: h
+Action: Show the previous project.

+ +

Key:
+Action: Show the previous project.

+ +

Key: l
+Action: Show the next project.

+ +

Key:
+Action: Show the next project.

+ +

Key: j
+Action: Select the next item in the list.

+ +

Key:
+Action: Select the next item in the list.

+ +

Key: k
+Action: Select the previous item in the list.

+ +

Key:
+Action: Select the previous item in the list.

+ +

Key: c
+Action: Close current item.

+ +

Key: d
+Action: Delete current item.

+ +

Key: r
+Action: Reload all projects.

+ +

Configuration

+
todoist:
+  projects:
+    - project_id
+  enabled: true
+  position:
+    height: 1
+    left: 2
+    top: 0
+    width: 1
+  refreshInterval: 3600
+

Attributes

+ +

enabled
+Determines whether or not this module is executed and if its data displayed onscreen.
+Values: true, false.

+ +

projects
+The todoist projects to fetch items from.

+ +

refreshInterval
+How often, in seconds, this module will update its data.
+Values: A positive integer, 0..n.

+ +

position
+Where in the grid this module’s widget will be displayed.

+ +
+ + +
+ + + +