diff --git a/_site/content/posts/modules/todoist.md b/_site/content/posts/modules/todoist.md index 4467f165..b1a431bc 100644 --- a/_site/content/posts/modules/todoist.md +++ b/_site/content/posts/modules/todoist.md @@ -32,7 +32,7 @@ _You can get your API Token at: todoist.com/prefs/integrations._ Action: Show the previous project. Key: `l`
-Action: Show the next project. +Action: Show the next project. Key: `→`
Action: Show the next project. @@ -62,14 +62,14 @@ _You can get your API Token at: todoist.com/prefs/integrations._ ```yaml todoist: - projects: - - project_id enabled: true position: - height: 1 - left: 2 top: 0 + left: 2 + height: 1 width: 1 + projects: + - 122247497 refreshInterval: 3600 ``` @@ -79,12 +79,13 @@ todoist: Determines whether or not this module is executed and if its data displayed onscreen.
Values: `true`, `false`. +`position`
+Where in the grid this module's widget will be displayed.
+ `projects`
The todoist projects to fetch items from.
+Values: The integer ID of the project. `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.
diff --git a/docs/posts/modules/todoist/index.html b/docs/posts/modules/todoist/index.html index 6891cd30..f4404ac4 100644 --- a/docs/posts/modules/todoist/index.html +++ b/docs/posts/modules/todoist/index.html @@ -159,7 +159,7 @@ height="0" width="0" style="display:none;visibility:hidden"> Action: Show the previous project.

Key: l
-Action: Show the next project.

+Action: Show the next project.

Key:
Action: Show the next project.

@@ -187,14 +187,14 @@ height="0" width="0" style="display:none;visibility:hidden">

Configuration

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

Attributes

@@ -202,16 +202,17 @@ height="0" width="0" style="display:none;visibility:hidden"> Determines whether or not this module is executed and if its data displayed onscreen.
Values: true, false.

+

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

+

projects
-The todoist projects to fetch items from.

+The todoist projects to fetch items from.
+Values: The integer ID of the project.

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.

-