Obsidian Dataview Versions Save

A data index and query language over Markdown files, for https://obsidian.md/.

0.5.66

1 month ago

0.5.66

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

0.5.65

1 month ago

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

6 months ago

0.5.64

More bug fixes for inline field rendering.

0.5.63

6 months ago

0.5.63

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

0.5.62

6 months ago

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

7 months ago

0.5.61

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

0.5.60

7 months ago

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

7 months ago

0.5.59

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

0.5.58

8 months ago

0.5.58

  • Negative durations will now be properly rendered.

0.5.57

8 months ago

0.5.57

Maintenance patch which bumps many internal dependency versions and which includes approximately ~20 community-contributed PRs which add some new functions, fix some Dataview interactions with properties, and more!