From 2ee6b190b44044f28ed4890e1d96d8c8a3dd4cbf Mon Sep 17 00:00:00 2001 From: Matt Wiseley Date: Sun, 19 Oct 2025 10:22:29 -0400 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51f6f5c..17fca55 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Todoist Actual Backup -Todoist is a SaaS task manager. Todoist provides backups of current tasks, but does not include completed tasks. Nor does it provide a human-readable backup. This Python script provides a command-line tool to export all available active and completed tasks from the Todoist API to a JSON file, including attachments, subtasks and comments, and generates a human-readable HTML backup. +Todoist is a SaaS task manager. Todoist provides backups of current tasks, but they do not include completed tasks, subtask relationships, comments or attachments. Nor does it provide a human-readable backup in HTML. This Python script provides a command-line tool to export all available active and completed tasks from the Todoist API to a JSON file, including attachments, subtasks and comments, and generates a human-readable HTML backup. ## Features - Exports all active and completed tasks from all projects (active and archived)