github blacksmithgu/obsidian-dataview 0.2.0

latest releases: 0.5.67, 0.5.66, 0.5.65...
3 years ago

Delayed release due to some personal sickness and waffling about query syntax. Notable new features:

  1. Addition of the LIMIT operator.
  2. Addition of the GROUP BY operator (limited usability but solid foundation...).
  3. Addition of the FLATTEN operator.
  4. Expansion of documentation at https://blacksmithgu.github.io/obsidian-dataview . Still pretty barebones but has basic
    details.
  5. Fixed duration rendering.
  6. Query by incoming links ([[link]]) and outgoing links (outgoing([[link]])).
  7. Addition of string replace, lower, upper.
  8. 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 array a of objects with the field test, Then a.test will yield an array of the values of
    test in the objects.
  9. Support for date format in the form YYYYMMDD.

Don't miss a new obsidian-dataview release

NewReleases is sending notifications on new releases.