github decaf-dev/obsidian-dataloom 8.6.0

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

Feature

  • add ability to toggle the display of the calculation row #688
  • render ErrorApp when the deserializeState function throws an error

Fix

  • keep lastEditedTime from execute command when redo is called
  • sort row cells to match column order when columns are reorder #750

Refactor

  • use sentence case on all header titles
  • minify loom state
    • remove footerRows and footerCells from the loom state
    • remove headerRows and headerCells from the loom state. The markdown key from each header cell will be merged into the corresponding column
    • rename bodyRows to rows in the loom state
    • merge bodyCells into rows. This helps to minify the file state
  • rename BodyCell type to Cell
  • reorder LoomStateCommand method order to have undo first and then redo
  • make all command variables private
  • refactor add strict typing to nextRows and nextCells in all commands
  • rename tag.markdown to tag.content
  • rename cell.markdown to cell.content

Docs

Don't miss a new obsidian-dataloom release

NewReleases is sending notifications on new releases.