Releases: decaf-dev/obsidian-dataloom
Releases · decaf-dev/obsidian-dataloom
0.1.4
- 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
- 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
- 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.