Releases: decaf-dev/obsidian-dataloom
Releases · decaf-dev/obsidian-dataloom
2.2.0
2.1.1
2.1.0
- Added #64. You can now right click a cell and its contents will automatically be added to your clipboard.
- Added #79. You now have the option to insert a column to the left or right of the selected column.
- Added #80. Columns can moved left or right. Rows can be moved up or down.
- Made drag menu and header menu styling consistent.
2.0.1
2.0.0
WARNING: This release introduces breaking changes into the NLT Tables plugin.
Please add a table id row to each of your tables. See the README.md for more details.
Preparing plugin for release to Obsidian store
- Added suggestions from Lishid
- Refactored to a new caching system using table id
- Tables are now independent of headers/data. The markdown can be safely changed without anything breaking.
- Multiple tables can have the exact same headers/rows but can be edited independently.
- Fixed #60 - You can add new rows/remove rows from markdown and the NLT table will rerender + resort
- Stopped redundant data persist call on live preview table click
- If tag you're adding references an existing tag it will not longer change color if you add it by pressing enter in the tag menu
1.2.0
- Tags can now be added in the tag menu by pressing the enter key (clicking "Create" is still an option)
- Increased width on drag menu
- Added a hover to the tag menu remove button
- Added a min-height of 300px to accommodate header menu
- Added #32. A new row can be inserted above or below an existing row.
1.1.0
Http/https link support
- If you use an http link in your markdown it will appear as a link in the table e.g. https://google.com
1.0.0
- Implemented a new settings cache system
- Fixed #31. Sorting now updates the actual markdown
- Fixed #41. Manually editing table markdown and going to reading view works again
- Fixed #47. Fixed crash due to sorting empty cells
- Added lots of jest tests for code reliability
NOTE: This update causes breaking changes. Please delete the data.json file found in the NLT table plugins folder.