Skip to content

Releases: blacksmithgu/obsidian-dataview

0.3.6

17 May 02:04
Compare
Choose a tag to compare
  • Add Unicode support for inline fields
  • Images were moved to /static/
  • Add a few more utility methods to js api
  • Fix table column spacing to fit to content
  • Mild task definition improvement
  • Bugfixes, interim progress towards plugin API
  • Task lists now include task context (non-task parents/children)
  • Views only refresh if the index changes

0.3.5

09 May 07:36
Compare
Choose a tag to compare
  • Minor JS API bugfixes
  • Add several more data array functions

0.3.4

09 May 04:12
Compare
Choose a tag to compare
  • Move api into it's own folder
  • Fix minor import issue
  • Fix object rendering issue

0.3.3

07 May 21:14
Compare
Choose a tag to compare
  • Fix #185, #184, #183, #181

    • Better date subtraction calculation.
    • link(path, alias) added
    • Fix null value rendering
    • Add dv.current()
  • Fix #174, #178

    • #178: Fixed inline field parsing in lists.
    • #174: Added round(number, digits).

    Fix #173: Add the date(<link>) function for pulling out dates from
    link objects.

  • Fix inline field error message

0.3.2

07 May 03:41
Compare
Choose a tag to compare

More bugfixes; hopefully rendered views look normal now!

0.3.1

07 May 03:37
Compare
Choose a tag to compare

Bugfixes for various rendered views.

0.3.0

06 May 23:01
Compare
Choose a tag to compare

Check out the blog post at https://blacksmithgu.github.io/obsidian-dataview/blog/2021-05-05-whats-next.

The first glimmer of the dataview JS api (currently not for plugin use... yet) has arrived! As well as fancy new
documentation! See documentation at https://blacksmithgu.github.io/obsidian-dataview/docs/api/intro.

0.2.17

26 Apr 16:46
Compare
Choose a tag to compare

Fix list views with an additional element.

0.2.16

26 Apr 16:30
Compare
Choose a tag to compare

Hot fix startup issues for people who have never changed settings.

0.2.15

26 Apr 07:10
Compare
Choose a tag to compare
  • Improved inline list rendering, file.inlinks

  • Bug fixes, more background work for the Dataview API

    • #147: Improve frontmatter link parsing (though it's a little broken
      and will always be).
    • #146: Better locale-aware string comparisons.
    • #144: Use '-' for the default null, instead of '-', since it is now
      rendered in markdown.
    • #133: Inline fields can now contain hyphens.