MartinSGill / TodoTxtJs

A Javascript web app implementation of TodoTxt
72 stars 29 forks source link

Reverse filter #87

Open witeshadow opened 8 years ago

witeshadow commented 8 years ago

I would like to filter out terms. so a NOT or some other way to do it.

MartinSGill commented 8 years ago

Some filters negative filters already exist, see the Filters page.

There is no "NOT" filter yet though.

polvoazul commented 7 years ago

It would be nice to have a more feature-rich filtering system, such as stackable filters, fuzzy searching, AND OR NOT, etc... If I have some free time this week I will look into it and write some code