Releases: tgrosinger/advanced-tables-obsidian
Releases · tgrosinger/advanced-tables-obsidian
0.17.2
0.17.1
0.17.0
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
0.15.0
New Features
- Add preliminary support for the Live Preview editor
0.14.0
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
New Features
- Renamed wiki links will automatically have the pipe character escaped (tgrosinger/md-advanced-tables#25)
- Sorting rows now ignores markdown formatting characters (tgrosinger/md-advanced-tables#23)
0.12.5
New features
- Table formulas may use constants with a decimal point