Open claremacrae opened 1 year ago
This is a problem, as the plugin ends up finding no tasks:
This may be related to testing done on #1824 .
The Settings
object has no runtime input validation, to make sure that the Settings read from disk actually matches the type described in Settings.ts
.
Based on the error message, it looks like it's failing here:
since the function call is returning undefined
My guess would be that if you look at your data.json
, taskFormat
will be one of taskFormatPlaintext
or dataview
which are currently only valid in the scope of #1824 . If this conjecture is true, then I wouldn't expect this to be an issue that many people are seeing.
Please check that this issue hasn't been reported before.
Expected Behavior
That Tasks should read all the tasks in my vault without error.
(Am logging this to track my investigation)
Current behaviour
With Tasks 3.0.0, I have received a series of popup error messages at startup, with content also displayed in the content:
Text of one error message:
Steps to reproduce
Unsure whether it was a one-off.
Which Operating Systems are you using?
Obsidian Version
1.2.1 insider
Tasks Plugin Version
3.0.0
Checks
Possible solution
No response