We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any calculations that result in a duration seem to not be working, as soon as I type in text alongside it.
Table without id (Date[1]-Date[0]) as "duration", "text - "+(Date[1]-Date[0]) as "text + duration" From "" Where file.link = this.file.link
Table without id dur(Date[1]-Date[0]) as "duration", "text - "+dur(Date[1]-Date[0]) as "text + duration" From "" Where file.link = this.file.link
No response
0.4.22
0.13.19
Windows
The text was updated successfully, but these errors were encountered:
Adding durations to strings was broken due to a change in Luxon; I've fixed this for 0.4.23.
Sorry, something went wrong.
Various small bugfixes
d46aa57
- Fix #798: Fix duration -> string implementation to use `minimalDuration`. - Fix #743: Improve paragraph/span spacing in live preview. - Fix #775: Add empty result warnings to task view. - Fix #733: Add `?no-dataview` to disable dataview renders. - Fix #792: Fix block link detection in tasks. - Fix #799: Fix 'Task' -> 'Calendar' documentation typo. - Fix #789: Fix date(tomorrow) typo.
blacksmithgu
No branches or pull requests
What happened?
Any calculations that result in a duration seem to not be working, as soon as I type in text alongside it.
DQL
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: