jamiebrynes7 / obsidian-todoist-plugin

Materialize Todoist tasks in Obsidian notes
https://jamiebrynes7.github.io/obsidian-todoist-plugin/
MIT License
912 stars 70 forks source link

Project filter just stopped working #237

Closed fishcasa closed 1 year ago

fishcasa commented 1 year ago

Describe the bug code renders tasks from all different projects and priorities when it should just show p1 tasks for the project specified in the filter

To Reproduce Go to live preview with code below inserted If I remove the "#Account Capture Activities Project & " it shows all p1 tasks correctly.

Expected behavior show all priority 1 tasks for the project "Account Capture Activities Project" with this code

```todoist
name: Critical This Week (P1) Tasks
filter: "#Account Capture Activities Project & p1"

Screenshots download

Desktop (please complete the following information):

Additional context Same behavior on Windows 10 and Windows 11

jamiebrynes7 commented 1 year ago

Closing as duplicate of #235