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: There is a bug with the markdown import, it puts task lists as childs of empty lists (described here https://taskade.canny.io/integrations/p/mardown-import-bug ) I loose due dates and comments, which is fine for me, but might not be for others 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: An API ( https://taskade.canny.io/integrations/p/need-api ) Or a way to add meta data to markdown, like the due dates, recurrency, etc. My script is done in python, it lives here: https://gitlab.com/mundo03/todoist-export Waiting for feedback, Thanks!