809 B
809 B
Todoist importer
This node app converts a Todoist json archive into a Focalboard archive. To use:
- Visit the open source Todoist data export service at https://darekkay.com/todoist-export/.
- Select
JSON (all data)
in Export As option. - Uncheck the Archived option if checked.
- Click on Authorize and Backup. This wil take you to your Todoist account. Follow the instructions on screen.
- Note the name and location of the downloaded json file.
- Run
npm install
from withinfocalboard/webapp
- Run
npm install
from withinfocalboard/import/todoist
- Run
npx ts-node importTodoist.ts -i <path-to-todoist.json> -o archive.focalboard
(also from withinfocalboard/import/todoist
) - In Focalboard, click
Settings
, thenImport archive
and selectarchive.focalboard