Recurring tasks not recurring when toggling in a Dataview query

When toggling a task that has a recurring time though a Dataview query, the task is toggled done with the date but the new instance of the task isn’t being created.

The query I’m using is:

TASK
WHERE 
	due = date(today)
SORT due ASC

Example:

20230117_190802_505_Obsidian_kAJf48wcyB

I’m out on thin ice here, but isn’t recurring tasks a part of the Tasks plugin, and not base Obsidian. As such I think it needs to be “completed” within a Tasks context, if that makes sense.

A similar case is if you “complete” a normal task outside of a dataview query, then dataview’s completion markup will not be applied.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.