Skip to content

Releases: blacksmithgu/obsidian-dataview

0.5.67

20 Jun 04:29
Compare
Choose a tag to compare

0.5.67

Includes several documentation fixes and several community-contributed bug fixes.

  • @reply2za: Fixed inline rendering in the reading view.
  • @carlesalbasboix: Adds sum(), avg(), min(), and max() to data arrays.
  • @mnaoumov: Adds code mirror configuration which code highlights dataviewjs!

0.5.66

23 Mar 07:43
Compare
Choose a tag to compare

0.5.66

Bugfix for version comparisons to fix some other plugins having broken interactions with Dataview.

0.5.65

20 Mar 07:00
Compare
Choose a tag to compare

0.5.65

A maintenance update which fixes some issues with rendering embeds in Dataviews and adds a few new functions.

  • Adds the hash() function for generating consistent uniformly-distributed values given arbitary inputs. Primarily useful for creating "random" views which remain consistent across page refreshes. Thanks to @holroy.
  • Adds the slice() function for slicing arrays, similar to Javascript's Array.slice. Thanks to @holroy.
  • Fixes several issues with rendering embeds inside dataviews. Thanks to @GottZ.
  • Several documentation improvements around tasks - thanks to @holroy and @RaviOnline.

0.5.64

05 Nov 00:43
Compare
Choose a tag to compare

0.5.64

More bug fixes for inline field rendering.

0.5.63

29 Oct 06:24
Compare
Choose a tag to compare

0.5.63

  • More bugfixes from @RyotaUshio for rendering Markdown paragraphs and other blocks in DataviewJS.

0.5.62

28 Oct 20:09
Compare
Choose a tag to compare

0.5.62

Several more inline field fixes from @RyotaUshio, including more configuration options, fixing inline fields being rendered inside codeblocks, and more. Thanks!

0.5.61

07 Oct 04:38
Compare
Choose a tag to compare

0.5.61

  • @RyotaUshio: Fix several bugs related to the new inline field rendering, including source mode and fixing date formatting.

0.5.60

06 Oct 08:00
Compare
Choose a tag to compare

0.5.60

  • @RyotaUshio: Add explicit rendering of inline fields in live preview. They are much more visually distinct now!
  • @MarioRicalde: Adds PluginApi#evaluateInline(expression, path) to the plugin API, which evaluate expressions as if you were on the given page.

0.5.59

24 Sep 07:18
Compare
Choose a tag to compare

0.5.59

  • Fix an issue with the plugin failing to run on iOS due to an esoteric regex issue.

0.5.58

15 Sep 21:55
Compare
Choose a tag to compare

0.5.58

  • Negative durations will now be properly rendered.