mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Clean up the Todoist documentation a bit
This commit is contained in:
@@ -32,7 +32,7 @@ _You can get your API Token at: todoist.com/prefs/integrations._
|
||||
<span class="caption">Action:</span←> Show the previous project.
|
||||
|
||||
<span class="caption">Key:</span> `l` <br />
|
||||
<span class="caption">Action:</span←> Show the next project.
|
||||
<span class="caption">Action:</span> Show the next project.
|
||||
|
||||
<span class="caption">Key:</span> `→` <br />
|
||||
<span class="caption">Action:</span> 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. <br />
|
||||
Values: `true`, `false`.
|
||||
|
||||
`position` <br />
|
||||
Where in the grid this module's widget will be displayed. <br />
|
||||
|
||||
`projects` <br />
|
||||
The todoist projects to fetch items from. <br />
|
||||
Values: The integer ID of the project.
|
||||
|
||||
`refreshInterval` <br />
|
||||
How often, in seconds, this module will update its data. <br />
|
||||
Values: A positive integer, `0..n`.
|
||||
|
||||
`position` <br />
|
||||
Where in the grid this module's widget will be displayed. <br />
|
||||
|
||||
Reference in New Issue
Block a user