This has been asked but as far as I can tell not answered.
What I’m trying to do
I have a dashboard with the following snippet to list tasks:
dataview
TASK
FROM "Center"
SORT overdue, priority desc, due desc
LIMIT 10
However, if I check off a task on the dashboard, it’s not really checked. It looks checked, but simply navigating away and back the check vanishes, and it doesn’t get checked in the file where the task lives.
I have to go to to the actual Todo.md file, which kind of defeats the purpose of the dashboard. Running dataview and task plugin.
There will always be a slight delay from when you complete a task in a query, to the actual task definition being updated. But I do this kind of operation almost on a daily basis, so if it doesn’t work at your end you might need to update something.
So what’s your current version of Obsidian, Dataview, and so on? In other words, please do provide the information @rigmarole asks for.
Bonus tip: How to present code properly in a forum post
If you want to showcase either markdown, or code blocks, or dataview queries properly in a forum post, be sure to add one line before and one life after what you want to present with four backticks, ````. This will ensure that any other backticks (like in code blocks or queries) is properly shown.
Is this perhaps a case of user error? I’m trying to do this in ‘reading mode’. Because editor mode (even with live preview) often doesn’t seem to render well. If done in reading mode, the task doesn’t strike through, and then unchecks itself. In editor mode (when my dataview actually live-previews), it works.
However in editor mode, most of the time I see the source despite ‘Live Preview’ being turned on?