Import tasks from todo.txt and other known tasks/todo file formats #1509
Replies: 6 comments 6 replies
-
|
Hi! Thanks for the suggestion. I am all for supporting this, but I am not sure it has to happen necessarily in the app itself (at least as a first step) as adds overhead for a feature that likely only certain people need and those people probably only need it once if I understand your proposal correctly. Parsing todo.txt shouldn't be to complicated and converting it to Super Productivity's json shouldn't be either. The data converter could then be provided as a standalone web app for example. |
Beta Was this translation helpful? Give feedback.
-
|
any news on this? |
Beta Was this translation helpful? Give feedback.
-
|
I would love to import from TickTick, here I have 445 tasks. Here an a separate import-tool would be nice, that allows to open such exported files and then store them as Super Productivity JSON. |
Beta Was this translation helpful? Give feedback.
-
|
Would also love it if we could import tasks from Jira or Youtrack format |
Beta Was this translation helpful? Give feedback.
-
|
@johannesjo It would be cool to have an import feature, that asks me:
Then all data will be imported to the new project "Imported 2025-07-29" (the current date). I know that this is a lot of work, especially when you support multiple source applications. What bout the CSV-format as global import-format? Would this be a feasible approach? |
Beta Was this translation helpful? Give feedback.
-
|
Hello everyone, I've been following this discussion and I'm also very interested in a way to import tasks into Super Productivity from different formats. I've been working on a small Python program that might be a good starting point for what's being discussed here. I've created a repository for it here: It's called "todo-bridge" and it's a command-line tool to convert to-do lists from other formats into the JSON format that Super Productivity uses. Right now, it's a work in progress, but it can already handle a couple of formats: I know it's not a perfect solution, and it's definitely not as user-friendly as a web app, but it's a start. It only converts from CSV and Markdown as of now, but I'm hoping to add support for more formats in the future. I'd love to get some feedback from you all, and of course, contributions are very welcome! This could be a good foundation for the standalone converter that @johannesjo mentioned. Let me know what you think! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I think we can create a new feature where users can import new tasks directly from todo.txt and other tasks/to-do files to SuperProductivity either via PWA or Android.
Besides todo.txt we could possibly add the ability to import tasks from 5 other file formats as well:
.jex)Now, I know that the current SuperProductivity's "create new task" feature supports some of todo.txt's conventions. However, what I mean instead is the ability to import the text file directly into the app, as simple as selecting SuperProductivity from let's say, an Android share sheet.
This could benefit the app in several ways. Not just for easier imports from other to-do/tasks/reminders software, but also the ability to share a "todo list file" where others (who also uses SuperProductivity) can add the tasks in batches without the hassle of copying-and-paste each task on the app. This works similarly with sending vCard files for sharing contacts and iCalendar for sharing and adding calendar events.
Beta Was this translation helpful? Give feedback.
All reactions