Skip to content

Releases: tgrosinger/advanced-tables-obsidian

0.17.2

20 Jan 03:24
Compare
Choose a tag to compare

Bug Fixes

  • Fix an issue that prevented the plugin from helping create new tables (#162)

0.17.1

20 Jan 03:06
Compare
Choose a tag to compare

Bug Fixes

  • Fix issue when handling key presses in legacy editor (#161)

0.17.0

19 Jan 16:28
Compare
Choose a tag to compare

New Features

  • Tables in code blocks or math blocks will be ignored by this plugin. This will help remove a bunch of cases where this plugin tries to format things that aren't really tables. (#130)
  • Tables with -tx- on the line directly before the table will be ignored. This should allow this plugin to play nice with the Table Extended plugin. (#133)

0.16.0

14 Jan 16:38
Compare
Choose a tag to compare

Bug Fixes

  • Fix issue when the table was on the last line of the file (#155 )
  • Follow bind-enter and bind-tab settings in live preview editor (#152)

0.15.0

11 Dec 20:28
Compare
Choose a tag to compare

New Features

  • Add preliminary support for the Live Preview editor

0.14.0

26 Nov 22:57
Compare
Choose a tag to compare

Bug fixes and new features

  • Fix broken toolbar buttons when unable to determine current editor (#105)
  • Add icons to commands for use in mobile toolbar (#109)
  • Allow evaluating formulas when the cursor is on a formula (#131)
  • Don't replace the default help icon (#116)
  • Small usability improvements on mobile (but still not perfect yet)

Bug fixes from core library

  • Fix sorting by date
  • Fix multiple formulas in a single line
  • Fix running multiple formula lines

0.13.0

27 Jul 15:39
Compare
Choose a tag to compare

New Features

0.12.5

04 Jun 14:40
Compare
Choose a tag to compare

New features

  • Table formulas may use constants with a decimal point

0.12.4

06 May 15:11
Compare
Choose a tag to compare

Bug fixes in this release

  • Fix bug when using the toolbar if the same file is open multiple times (#82)

0.12.3

30 Apr 14:43
Compare
Choose a tag to compare

Bug fixes in this release

  • Do not increase the size of code blocks outside the table (#64)