1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
wtf/_site/content/modules/todoist.md
2018-08-15 13:25:28 -07:00

2.3 KiB

title, date, draft, weight
title date draft weight
Todoist 2018-07-05T22:55:55-03:00 false 230
todoist screenshot

Added in v0.0.11.

Displays all items on specified project.

Source Code

wtf/todoist/

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:
  apiKey: "3276d7155dd9ee27b8b14f8743a408a9"
  enabled: true
  position:
    top: 0
    left: 2
    height: 1
    width: 1
  projects:
    - 122247497
  refreshInterval: 3600

Attributes

apiKey
Value: Your Todoist API token.

enabled
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.