An open API service indexing awesome lists of open source software.

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.

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