https://github.com/doist/todoist-integration-examples
This repository holds some code examples on how to build an integration for Todoist.
https://github.com/doist/todoist-integration-examples
Last synced: about 1 year ago
JSON representation
This repository holds some code examples on how to build an integration for Todoist.
- Host: GitHub
- URL: https://github.com/doist/todoist-integration-examples
- Owner: Doist
- License: mit
- Created: 2022-09-20T13:44:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T10:35:11.000Z (over 1 year ago)
- Last Synced: 2025-06-11T07:12:55.292Z (about 1 year ago)
- Language: TypeScript
- Size: 563 KB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Todoist Integration Examples
This repository holds some code examples on how to build Integrations and UI Extensions for Todoist.
For more information about developing UI Extensions please see [our official guide](https://developer.todoist.com/ui-extensions).
## Repository structure
### getting-started-ui-extension
Simple integration that includes one project context menu UI extension that greets the user and ask them to click a button.
Further details on this extension can be found in the [README](getting-started-ui-extension/README.md)).
### lorem-ipsum-ui-extension
Simple integration that includes different UI extensions that take introduce lorem ipsum content into your Todoist projects and tasks.
Further details on this extension can be found in the [README](lorem-ipsum-ui-extension/README.md)).