Skip to content

Commit

Permalink
Style and typo fixes in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
joanbm committed Jul 6, 2024
1 parent 5fabf44 commit ea2503b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ It is a utility that allows you to download a complete backup of your Todoist ta

## What is the main aim of this tool?

With Todoist Premium, you can **attach files or photos to tasks as comments**, which is can be very convenient for everyday use, e.g. you can attach a photo of a bill to a task about paying it.
With Todoist Premium, you can **attach files or photos to tasks as comments**, which can be very convenient for everyday use, e.g. you can attach a photo of a bill to a task about paying it.

Furthermore, Todoist has a **backup functionality**, which allows exporting the task data to a local computer in the form of a ZIP file, e.g. for offline usage or in the event of an incident with Todoist servers.
Furthermore, Todoist has a **backup functionality**, which allows exporting the task data to a local computer in the form of a ZIP file, e.g. for offline usage or in the event of an incident with Todoist's servers.

Unfortunately, the two don't mix: **The backup functionality doesn't back up any of the attachments assigned to tasks**. Instead, only a URL to download the attachment is included in the backup, which isn't useful or ideal for most scenarios.

Expand All @@ -22,7 +22,7 @@ This tool aims to allow you to make a complete backup, including all attachments

* Can download the backups from Todoist's servers through the Todoist API.

* Can download all attachments of the tasks associated to your Todoist backup.
* Can download all attachments of the tasks associated with your Todoist backup.

* Can be easily automated to download your backups periodically.

Expand Down

0 comments on commit ea2503b

Please sign in to comment.