All my dataview tables that include date(tomorrow) don't work.
After investigating, I discovered that the "tomorrow" field was changed to "tommorow", which of course is not spelled correctly.
All tables using date(tommorow) with the mis-spelling work.
DQL
No longer works:
table due
where striptime(due)=date(tomorrow)
sort file.name
This DOES work:
table due
where striptime(due)=date(tommorow)
sort file.name
JS
No response
Dataview Version
0.4.22
Obsidian Version
0.13.19
OS
Windows
The text was updated successfully, but these errors were encountered:
What happened?
All my dataview tables that include date(tomorrow) don't work.
After investigating, I discovered that the "tomorrow" field was changed to "tommorow", which of course is not spelled correctly.
All tables using date(tommorow) with the mis-spelling work.
DQL
No longer works:
This DOES work:
JS
No response
Dataview Version
0.4.22
Obsidian Version
0.13.19
OS
Windows
The text was updated successfully, but these errors were encountered: