focalboard/import/todoist
..
.eslintrc.json
.gitignore
importTodoist.ts
package-lock.json
package.json
README.md
todoist.ts
tsconfig.json
utils.ts

Todoist importer

This node app converts a Todoist json archive into a Focalboard archive. To use:

  1. Visit the open source Todoist data export service at https://darekkay.com/todoist-export/.
  2. Select JSON (all data) in Export As option.
  3. Uncheck the Archived option if checked.
  4. Click on Authorize and Backup. This wil take you to your Todoist account. Follow the instructions on screen.
  5. Note the name and location of the downloaded json file.
  6. Run npm install from within focalboard/webapp
  7. Run npm install from within focalboard/import/todoist
  8. Run npx ts-node importTodoist.ts -i <path-to-todoist.json> -o archive.boardarchive (also from within focalboard/import/todoist)
  9. In Focalboard, click Settings, then Import archive and select archive.boardarchive