blacksmithgu / obsidian-dataview

A data index and query language over Markdown files, for https://obsidian.md/.
https://blacksmithgu.github.io/obsidian-dataview/
MIT License
6.94k stars 411 forks source link

Bug report task query is throwing parsing error #2095

Open deepak-dev-96 opened 1 year ago

deepak-dev-96 commented 1 year ago

What happened?

```dataview
TASK

throws:

Dataview: Error: 
-- PARSING FAILED --------------------------------------------------

Got the end of the input

Expected:

TABLE or LIST or TASK or CALENDAR

DQL

TASK

JS

No response

Dataview Version

0.5.55

Obsidian Version

1.4.14

OS

Windows

AB1908 commented 1 year ago

Ay yeah this was some query parsing error. Do you want to try fixing it? It shouldn't be too obtuse but some prior experience in programming would be beneficial.

deepak-dev-96 commented 1 year ago

sure, @AB1908 , will take a stab at it, is there a developer guide on how to setup the repo locally and connect with obsidian application

AB1908 commented 1 year ago

Yes, it should be in the readme. Let me know if you need assistance.