I moved from Todoist to Taskade recently, and I needed to move my data, so I did a small script to export, format as markdown and import to taskade.
The problems I have are:
The good is:
  • I can export all projects with their tasks and sections and notes (notes are task and project descriptions)
  • The script manipulates a raw todoist export, so more data can be obtained but we are restricted by markdown
  • I moved everything to taskade :D
Wishlist:
My script is done in python, it lives here: https://gitlab.com/mundo03/todoist-export
Waiting for feedback,
Thanks!