Skip to content

Releases: decaf-dev/obsidian-dataloom

0.1.4

12 Apr 21:39
bb5880a
Compare
Choose a tag to compare
  • Fixed bug where all table tags appeared in a column tag menu. Tags are now scoped to each individual column.
  • Replaced tag saving system with an app data saving system. App data is now persisted on a per table per file basis
  • Fixed #29. Only tables with a type definition row will be converted to a NLT table.

0.1.3

11 Apr 04:27
08e1663
Compare
Choose a tag to compare
  • Fixed React scripts (working now for development)
  • Fixed stacking of drag menu
  • Fixed invalid data type error with number data on a column type of text
  • Tags now disallow spaces for both tag creation and loading from markdown
  • Tag menu now disallows # symbol (This is automatically inserted)
  • Header edit from header menu now saves

0.1.2

10 Apr 00:21
8db150e
Compare
Choose a tag to compare
  • Made button width fixed to stop overflow
  • Fixed menu display calculations to work for any number of panes, mobile, etc
  • Fixed table border for dark mode
  • Refactored header render into an EditableTh component
  • Fixed post processor reload for load/unload.
    • When enabled, the plugin will turn all tables on any open panes to Notion-Like tables.
    • When disabled, the plugin will clean up all React code, turning any tables on any open panes to regular Obsidian tables.

0.1.1

09 Apr 20:28
b7d0ff8
Compare
Choose a tag to compare

Fixing bugs for release

  • Replaced innerHTML with textContent to avoid DOM injection
  • Added an error for when no type definition row is provided
  • Added overflow support for tables

0.1.0

07 Apr 12:23
458f668
Compare
Choose a tag to compare

Basic MVP

  • Cells that display data
  • Cell types: text, number, tag
  • Adding new rows
  • Adding new columns
  • Renaming columns
  • Changing column types
  • Tag support
  • Link support
  • Deleting rows
  • Deleting columns
  • Loading from markdown
  • Saving into markdown