Show modified task name in dataview that’s still connected to original task #521
Replies: 4 comments
-
Beta Was this translation helpful? Give feedback.
-
This is because Dataview does a textual comparison to ensure that the task you are checking has not changed since the view was created - mainly to avoid incorrect tasks being checked by accident. There isn't supprt for doing this properly right now, though I can add a |
Beta Was this translation helpful? Give feedback.
-
I like this behaviour, even more I want to share tasks list between several another pages and each page should have own mark status. It's like task cloning, but if parent changed all list will be synced |
Beta Was this translation helpful? Give feedback.
-
A workaround to this problem is to store |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Let’s suppose I have this task.
- [ ] a task [unnecessary filler]
and I want to query it and show it, slightly modified through regex, to look like this
You can quite easily modify the string with this snippet:
and then display it:
dv.taskList(source, false);
However, the task that is displayed has no connection to the original task whatsoever! As long as its displayed name differs in any way, the original task doesn't change its state if you check/uncheck its clone from dataview.
Please help
Beta Was this translation helpful? Give feedback.
All reactions