YukiGasai / obsidian-todo-widget

Android Widget to display todo list from markdown file
Apache License 2.0
86 stars 5 forks source link

Widget does not display tasks from Dataview Queries #4

Closed ForeverFloating closed 12 months ago

ForeverFloating commented 12 months ago

The widget only displays "No todos" if the file only has Dataview queries to display tasks. When I add a task manually in the page, the widget displays that task correctly, but still does not include any Dataview queries to tasks.

YukiGasai commented 12 months ago

Hi, the widget can only display tasks that are written inside the selected file. When using dataview the the tasks are loaded by the plugin during the runtime. Because the widget has no access to that function it's not possible to display tasks gathered by dataview.