Finding which of my notes is breaking taskList
#2422
-
This code: ```dataviewjs
dv.taskList(dv.pages('""').file.tasks, false)
``` produces this result:
in one vault, but works perfectly in a fresh vault. Same settings in both vaults. My conclusion is that something in one of the gazillion files in the vault that is getting the error is breaking the taskList function. Is there a way to debug dataviewjs so I can track down the culprit? |
Beta Was this translation helpful? Give feedback.
Answered by
skaramicke
Aug 20, 2024
Replies: 1 comment
-
Never mind, the old vault had an old version of the dataview plugin and the problem went away after an update. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
skaramicke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Never mind, the old vault had an old version of the dataview plugin and the problem went away after an update.