Releases: blacksmithgu/obsidian-dataview
Releases · blacksmithgu/obsidian-dataview
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.
0.5.39
0.5.39
- Fixed an issue where checking a task in a task view would check the wrong box visually.
- Added experimental plugin APIs for querying dataview directly as markdown, and converting dataview results to properly
formatted markdown.
0.5.38
0.5.38
- Some minor documentation improvements.
- Fix an issue with inline fields rendering out of order. That was a wierd bug.