Releases: blacksmithgu/obsidian-dataview
Releases · blacksmithgu/obsidian-dataview
0.3.6
- 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
- Minor JS API bugfixes
- Add several more data array functions
0.3.4
- Move api into it's own folder
- Fix minor import issue
- Fix object rendering issue
0.3.3
-
- Better date subtraction calculation.
link(path, alias)
added- Fix null value rendering
- Add
dv.current()
-
Fix #173: Add the
date(<link>)
function for pulling out dates from
link objects. -
Fix inline field error message
0.3.2
More bugfixes; hopefully rendered views look normal now!
0.3.1
Bugfixes for various rendered views.
0.3.0
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
Fix list views with an additional element.
0.2.16
Hot fix startup issues for people who have never changed settings.
0.2.15
-
Improved inline list rendering, file.inlinks
-
Bug fixes, more background work for the Dataview API