github decaf-dev/obsidian-dataloom 8.0.0

latest releases: 8.16.1, 8.16.0, 8.15.12...
14 months ago

This is a major update and includes breaking changes

Dashboards has rebranded to DataLoom. I hope that this branding will better showcase the intention and functionality of the plugin. As such, I will now reference a "table" or "dashboard" as a "loom".

When enabled, the plugin will migrate any dashboard files to a loom file. .dashboard will be renamed to .loom

Please note: Some manual migrations may be needed

  • Please update any embedded loom links that are broken. Any links with .dashboard should be replaced with .loom
  • The default embedded loom width and height value has changed from 1 to 0. That means if you previously had an embedding like ![[filename.dashboard|1x500]] it will need to be updated to ![[filename.loom|0x500]]

Feature

  • add Welcome Modal
  • add What's New Modal
  • add Button component variables: default, link, and text
  • add bottom bar below table
  • add scroll to top button
  • add scroll to bottom button

Fix

  • rerender embedded loom when markdown file name changes #523
  • rerender embedded loom when embedded loom file name changes #523

Refactor

  • rename dashboard to loom
  • rename Dashboards to DataLoom
  • rename some instances of table to loom
  • rename isChecked to value on Switch component
  • rename isVertical to isHorizontal on Stack component
  • update button hover to match native Obsidian buttons
  • move export button into the OptionBar component. This makes it available in an embedded loom
  • use 0 instead of 1 for default embedded loom width and default embedded table height
  • reduce spacing in OptionBar component

Docs

  • add Network Usage section to README.md
  • update information in CONTRIBUTING.md
  • fix CONTRIBUTING link in README.md
  • update embedded table documentation
  • update icons for new brand
  • now hosting on dataloom.xyz

Don't miss a new obsidian-dataloom release

NewReleases is sending notifications on new releases.