stoweboyd
stoweboyd
When is the next major update planned?
I tried it, and a bunch of my Taskidian queries broke. I'll wait until there is a detailed write-up. And I tried task.status and that didn't work either. Maybe I...
this query no longer works: ## due today ```dataview TASK WHERE !completed WHERE (due = date(2022-03-26)) GROUP BY ø ``` Note: 'ø' is an attribute on in my task system,...
I tried this query: ```dataview TASK FROM "00 workings" WHERE !completed WHERE status = '!' ``` And got an error:  so the "status = '!'" doesn't seem to work....
I tried with double quotes (again). No worko.   And still getting the 'maximum call...
Re: !completed -- I will give that a try. It means I have to restructure queries, if I only want to see uncompleted tasks though, like '(status = "!") OR...
I realized after thinking for a few minutes that '!completed' in your new approach should be equivalent to '(status != "x")'. I reinstalled, and *all* my queries have the 'max...
It all works! Thanks for your efforts. Take care. | Stowe On Fri, Apr 8, 2022 at 3:51 PM Stowe Boyd ***@***.***> wrote: > I'll give it a try over...
I'll give it a try over the weekend. On Fri, Apr 8, 2022 at 4:03 AM blacksmithgu ***@***.***> wrote: > This seems very odd and broken; the only way this...
I also have encountered this issue.