stoweboyd

Results 27 comments of 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: ![urgent](https://user-images.githubusercontent.com/3037422/160236840-ff2d6867-032e-4411-95d1-61ab824102c5.png) so the "status = '!'" doesn't seem to work....

I tried with double quotes (again). No worko. ![Screen Shot 2022-03-27 at 4 47 32 PM](https://user-images.githubusercontent.com/3037422/160300341-3ce395cb-c534-4078-8ddd-e042d410c98f.png) ![Screen Shot 2022-03-27 at 4 47 41 PM](https://user-images.githubusercontent.com/3037422/160300342-aa13c83f-0b8a-40f7-b248-b9a2fd574f1d.png) 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.