NicolasPetton / Projectify

Project management for TiddlyWiki
https://projectify.wiki
MIT License
140 stars 47 forks source link

possible bug? filtering todos #49

Closed diego898 closed 3 years ago

diego898 commented 3 years ago

Tying in "this is a test" in the filter tab has the following effect:

This is a weird corner case, as TW filtering also creates 4 matches, but this tiddler shows them as todos with content. Clicking the content field marks it done (related to a previously reported/fixed bug).

Question: Is this the function of the filter tab the same as TW default filtering search?

image
NicolasPetton commented 3 years ago

Good catch, thanks!

Question: Is this the function of the filter tab the same as TW default filtering search?

It's using a subfilter, but it is indeed very similar. I'll see if I can find a fix for it.

saqimtiaz commented 3 years ago

[subfilter<todoFilter>tag[todo]sort[title]]

NicolasPetton commented 3 years ago

@saqimtiaz Of course, the subfilter is in the wrong place! Thanks!