Releases: blacksmithgu/obsidian-dataview
Releases · blacksmithgu/obsidian-dataview
0.5.49
0.5.49 (Beta)
- Add the
average
function to compute averages of lists (average([list of things])
). - Added documentation for
average
,min
,max
,minby
, andmaxby
functions. - Fixed the broken
nonnull
function and documented it.
0.5.48
0.5.48 (Beta)
We're back to more regular beta releases while I trial out new functionality!
- Fixed broken list behavior for
dv.markdownTaskList
. - @GamerGirlandCo: Better handling of block IDs when checking off tasks!
- @s-blu and @AB1908: Lots of big documentation upgrades! Nice!
- @leoccyao: More block ID task checking fixes. Should work after this one.
- Add expression/query parsing to the dataview NPM package.
- @charleshan: Fix a missing header level in the dataview
dv.header
example.
0.5.47
0.5.47
Improves date + duration
behavior when either the date or duration are null.
0.5.46
0.5.45
0.5.44
0.5.43
0.5.42
0.5.42
It's been over a month since the last release! Anyway, this release bundles several nice user-contributed features:
- @AB1908: Tag queries are now case insensitive.
- @AB1908: Shift-clicking a link/task to open in a new tab now works properly on Mac.
- @AB1908: Numerous documentation fixes for clarity and more examples.
- @AnnaKornfeldSimpson: Additional emoji shorthands for more task fields (finished, due).
- @ooker777: Documentation improvements for some DataviewJS functions, and the ability to use inline emoji for the
completion tracking feature. - @mt-krainski: Custom date formats for task completions.
- @gentlegiantJGC: Better support for nested inline fields (i.e., less crashy).
- @kometenstaub: Experimental support for evaluating inline queries inside live preview; there are still some limitations (refreshing doesn't work yet), but a great step forward!
0.5.41
0.5.41
- Fix a bad regex doing escaping in markdown tables.
- Improve async documentation.
0.5.40
0.5.40
Adds some more documentation about the new markdown functionality.