Skip to content

Releases: decaf-dev/obsidian-dataloom

2.2.0

29 Apr 23:20
2245e45
Compare
Choose a tag to compare
  • Columns can now be resized by dragging a right header border
  • Added #34. You can now add a column or a row to a focused table via command or hotkeys.
  • Added vertical resize to table

2.1.1

29 Apr 07:46
8ae7128
Compare
Choose a tag to compare

Fixed #86. Internal links work again. (Sorry for the inconvenience)
Fixed broken tag links and external links.
Added notice when a user right clicks a cell to copy content.
Removed min-height of 300px on table.

2.1.0

26 Apr 03:39
6d8b745
Compare
Choose a tag to compare
  • 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

25 Apr 11:20
Compare
Choose a tag to compare
  • Fixed #66. Ascending now sorts A-Z, 1-10. Descending now sorts Z-10, 10-1.
  • Fixed #68. Links with square brackets are renderable again.
  • Fixed #72. Fixed #73. The cursor now won't jump to the end when editing text in a cell

2.0.0

25 Apr 05:25
af7225a
Compare
Choose a tag to compare

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

17 Apr 08:12
e9f9c3f
Compare
Choose a tag to compare
  • 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

17 Apr 01:09
9ff3cfb
Compare
Choose a tag to compare

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

16 Apr 23:08
a9186e0
Compare
Choose a tag to compare
  • 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.

0.3.0

14 Apr 01:20
4276975
Compare
Choose a tag to compare
  • Removed cell borders on the bottom row and far right column of the table
  • Moved sorting functionality to header menu (more like Notion)
  • Added #31. Sorting in table now updates source markdown

0.2.0

12 Apr 22:22
1061208
Compare
Choose a tag to compare

Added #28. NLT tables now render semantic table elements