todotxt / todo.txt-ios

Official Todo.txt iOS app for managing your todo.txt file stored in Dropbox.
http://todotxt.org
GNU General Public License v3.0
380 stars 109 forks source link

Multiple task entry #175

Closed ginatrapani closed 11 years ago

ginatrapani commented 11 years ago

A user should be able to enter multiple tasks in the Add Task screen separated by line breaks. Prioritizing and added contexts/projects to these tasks should also work as expected, based on whatever current line the cursor is.

Multi-line hint text should also be added (see below) and the view title should be "Add Tasks" (plural).

Android app's list of multi-line hint text is:

`

Draft chapter 1 +Novel @typewriter\nCall literary agent @phone
<string name="tasktexthint1">Learn to code +SelfEducation\nBuild a killer app @computer</string>
<string name="tasktexthint2">Take the road less traveled @Woods\nMake all the difference +Life</string>
<string name="tasktexthint3">Schedule chain mail fitting @castle\nSharpen sword +SelfPreservation</string>
<string name="tasktexthint4">Complete weekly review +GTD\nAchieve mind like water +GTD</string>

`