Delayed release due to some personal sickness and waffling about query syntax. Notable new features:
- Addition of the
LIMIT
operator. - Addition of the
GROUP BY
operator (limited usability but solid foundation...). - Addition of the
FLATTEN
operator. - Expansion of documentation at https://blacksmithgu.github.io/obsidian-dataview . Still pretty barebones but has basic
details. - Fixed duration rendering.
- Query by incoming links (
[[link]]
) and outgoing links (outgoing([[link]])
). - Addition of string
replace
,lower
,upper
. - Addition of array swizzling, where you can map an array of objects to an array of fields (mainly useful for
GROUP BY
). If you have an arraya
of objects with the fieldtest
, Thena.test
will yield an array of the values of
test
in the objects. - Support for date format in the form
YYYYMMDD
.