benrhughes / todotxt.net

An implementation of todo.txt for Windows using the .NET framework
http://benrhughes.github.io/todotxt.net/
Other
500 stars 123 forks source link

Add subtask functionality #437

Closed team-community closed 2 years ago

team-community commented 2 years ago

Hi all. Many tasks are very complex or time-consuming. It makes sense to add subtask functionality. The user can break the task into small tasks and solve them over time. In the end, he will solve the main problem. It would be very helpful. For example, for tasks like learning languages.

benrhughes commented 2 years ago

Hi, I don’t believe the todo.txt format spec supports subtasks. Because this app is a implementation of that spec, it won’t support sub tasks, either.