NicolasPetton / Projectify

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

overdue list filter amendment #13

Closed makiaea closed 3 years ago

makiaea commented 3 years ago

[days:due[0]] contrary to what we expect, only gives those tiddlers due today, on this day only, tiddlers due yesterday or before are omitted

[!days:due[-1]] gets the tiddlers that were due yesterday and before

so we need them both i think (or is this not the intended behaviour for the core filter?)

sorry for any typos i am cloning on mobile! also first time using the pull request on mobile, sorry if i've done it the wrong way

warmest wishes, maki

NicolasPetton commented 3 years ago

Thanks, that's a leftover from the old behavior, which was only showing items due today.

NicolasPetton commented 3 years ago

@makiaea I went with a slightly different implementation. I added the filter in filters.tid, you can see the commit here 4b4bc1c.

NicolasPetton commented 3 years ago

Thanks for noticing the bug and taking the time to open a PR though :+1: