trestletech / todotxtpp

NodeJS Application with Dropbox Integration for Managing a Todo.txt File
MIT License
77 stars 8 forks source link

Robust Filtering System #10

Open trestletech opened 10 years ago

trestletech commented 10 years ago

For todotxt.net, filtering is basic but pretty flexible. You get a multi-line text box which has:

So if you wanted to see all of your work tasks due today, except for priority A, you could do something like @work due:today -(A)

As a first step I'd just worry about a single-line free-text filter. The other options are nice but complicate the UI and the code a bit. We also allow 3 saved filters, which you can switch between easily.

Ben H. suggested on the mailing list 2/26/14.