github blacksmithgu/obsidian-dataview 0.2.5

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

More minor features and improvements:

  • You can access YAML fields for the page you are executing in via this.<field>. Useful for things like daily notes
    where you can now just use LIST WHERE file.day = this.file.day.
  • Better date detecting support for YYYYMMDD-style dates.
  • FROM clauses are now optional;
  • To improve parser robustness, words like LIST and LIMIT and so on are now keywords; using them directly as a
    variable no longer works. To get around this, reference them via indirection (so this.limit is okay, for example),
    or using the new row virtual object (row.limit obtains the current row's limit).

Don't miss a new obsidian-dataview release

NewReleases is sending notifications on new releases.