Changelog
Version 2.0.0
- use react + next.js rewrite
Version 1.18.8
- Added "Smart output formatting" option to produce compact but still legible LaTeX source. Very long lines are split into multiple lines with a single cell per line, while not-so-long lines are aligned around '&' characters. In many cases this should produce better looking LaTeX source.
Version 1.18.7
- Added an option to convert newlines in Markdown tables to <br> to allow for multiline cells. It may not work properly with every Markdown flavor.
Version 1.18.6
- Fixed a problem with text not wrapping automatically inside (HTML) cells with fixed width.
Version 1.18.5
- Fixed some formatting issues.
Version 1.18.4
- Editor can now be expanded to allow for easier editing of long tables.
Version 1.18.3
- Vertical alignment now works also for text tables.
- Minor bug fixes in Text Tables Generator.
Version 1.18.2
- Extended the cell context menu with options to set the horizontal and vertical alignment. The vertical alignment works only for the HTML tables.
Version 1.18.1
- Added Ctrl+A shortcut for selecting all cells.
- It is now possible to select multiple cells using arrow keys while holding SHIFT.
- Some minor bug fixes.
Version 1.18
- Added inputs in the LaTeX Tables Generator for editing table caption and label.
Version 1.17
- Added an initial documentation of the Tables Generator usage. It covers a few selected topics.
Version 1.16.1
- Fixed a bug preventing some of previously saved tables to be loaded.
- Fixed a typo.
Version 1.16
- Columns can now be moved (dragged) using mouse. If a column has any cells spanning two or more columns it cannot be moved unless the cells are split.
- Some minor bug fixes.
Version 1.15.12
- Fixed a bug preventing left alignment of an HTML table header.
Version 1.15.11
- It is now possible to paste links into HTML table's cells. Also partial formatting is preserved.
Version 1.15.10
- Sorting in HTML tables now preserves cells' formatting.
- Sorting in HTML tables should now work if compact mode is enabled.
Version 1.15.9
- Link validation in HTML Tables Editor should now work better.
Version 1.15.8
- Fixed a bug causing a caption to be inserted into a generated LaTeX code even if no relevant option was selected.
Version 1.15.7
- Extra options in HTML & LaTeX tables editors are now remembered between browser sessions.
Version 1.15.6
- State of various checkboxes should now be remembered.
Version 1.15.5
- Fixed a bug causing "Copy to clipboard" to not work properly -- sorry.
Version 1.15.4
- Some improvements and fixes to copying and pasting functionality.
Version 1.15.3
- Bug fixes and improvements.
Version 1.15.2
- Fixed a problem with reCaptcha that prevented sending messages through Contact form.
- Small improvements to HTML tables sorting algorithm.
Version 1.15.1
- Text Tables Editor now uses monospace font to match the output better.
- Small tweaks to an insert link dialog.
Version 1.15
- Links can now be inserted into HTML tables' cells.
- It is now possible to apply text styles to the selected fragments of a text in the HTML table's cell.
Version 1.14.3
- MediaWiki tables editor now supports colors and font styles similarly to the HTML tables editor.
Version 1.14.2
- Pasting while editing a cell should now preserve newlines and spaces (at least some).
- Color palette items are now a bit larger.
Version 1.14.1
- Improved escaping of the special TeX chars in the LaTeX tables generator.
Version 1.14.0
- Added "Table transpose" menu option to rotate table contents, i.e. the first column becomes the first row, the seconds column becomes the second row, and so on.
- Fixed a problem with black borders not showing up in the HTML tables generator when the colorless theme was selected.
- Added an option to not use the first row of a table as a table header.
- Added an option to set borders color in the HTML tables generator.
- Minor bug fixes.
Version 1.13.0
- Added support for \longtable package for LaTeX tables. It allows to create tables splitted in multiple pages.
Version 1.12.3
- The "Copy to clipboard" button should now work in more browsers, even with the Flash disabled.
Version 1.12.2
- Fixed a problem with Facebook Share button.
- The "Copy to clipboard" button does not show anymore if the Flash is not installed or enabled in the browser.
Version 1.12.1
Version 1.12.0
- Small performance improvements.
- The maximum number of rows has been increased to 500.
Version 1.11.1
- Small improvements to the TeX's special symbols escaping.
Version 1.11.0
- Added option to use Unicode table border symbols when generating text tables.
- SHIT+TAB moves the cursor to a previous cell.
- Fixed the problem the generated table code not containing the most recently entered cell's contents.
Version 1.10.0
- Added vertical alignment options to the HTML tables generator accessible through Cell/Vertical align... menu.
Version 1.9.6
- Deprecated \bf and \it in LaTeX tables replaced with\textbf and \textitenvironments.
Version 1.9.5
- No default LaTeX table placement specifier "h".
- Small improvement to Markdown tables parsing.
Version 1.9.4
- Improved parsing of Markdown tables
Version 1.9.3
- Added support for importing tables in Markdown format usingFile/Paste table data..." menu option.
Version 1.9.2
- Changed default LaTeX table options to include "Caption above" the table and "Centering".
Version 1.9.1
- Added an option to make HTML tables responsive, i.e. better scale on smaller screens. The method used is very simple and simply results in a horizontal scrollbar if the screen is not wide enough to fit the whole table.
- Slightly improved compatibility with IE8.
Version 1.9.0
- New (experimental) table sorting option was added in HTML tables generator. Table is sorted based on column which header cell was clicked.
Version 1.8.3
- Fixed a bug concerning loading some of the previously saved tables.
Version 1.8.2
- Scrollbar is shown if table is long to ease editing the tables with many rows.
- Some minor bug fixes concerning importing data from CSV and LaTeX code.
Version 1.8.1
- Some minor bug fixes concerning importing data from CSV and LaTeX code.
Version 1.8.0
- Added a partial support for loading tables from LaTeX source.
Version 1.7.1
- Lines in the multiline cells in Markdown tables are now replaced with a single line to prevent splitting into multiple rows.
- Some minor bug fixes.
Version 1.7.0
- Added context menu to table cells with Cut and Copy functionality.
- Some minor bug fixes.
Version 1.6.4
- Increased the maximum number of rows in a table to 200. Please, bear in mind that the larger the number of rows the slower becomes the app. I hope I will find a time to fix that and allow to edit even larger tables.
- Some bug fixes and performance improvements.
Version 1.6.3
- Improved filtering of the keys - prevents clearing contents in a selected cell when CTRL / SHIFT / ALT etc. was pressed.
- Altered selected cell color to improve readability.
Version 1.6.2
- Fixed the problem with pasting contents into a cell being edited.
Version 1.6.1
- Small changes to pretty printing Chinese characters.
Version 1.6.1
- Added "Compact mode" to the Markdown Tables editor.
- Fixed an error with incomplete styles when generating HTML tables in the compact mode.
Version 1.6.0
- Added an option to change cells spacing in HTML tables generator — available through Table/Cell spacing menu item.
- Improved handling of the DEL key when editing table cell.
Version 1.5.0
- Added options to set text / background color in LaTeX tables — useful when preparing presentations in Beamer. Drawing colorful LaTeX tables is relatively complicated, hence the current implementation may not work properly in all cases.
- Added option to clear colors (both text and background) in selected cells.
- Various bug fixes.
Version 1.4.0
- Added options to scale the table to the text width — useful when for very wide tables.
- Fixed some typos.
Version 1.3.0
- Added options to generate caption and label directives for LaTeX tables.
- Improved color picking in HTML tables generator.
- Various small bug fixes and improvements.
Version 1.2.1
- Bug fixes related to encoding special HTML chars.
Version 1.2.0
- Width of the columns can now be modified in the HTML tables generator.
- Added basic support for MediaWiki tables format.
- Various bug fixes.
Version 1.1.0
- Added option to set font family and size in the HTML table generator.
- Extended theme selection options for the HTML table generator.
- Various bug fixes.
Version 1.0.4
- Multiple cells can now be selected when the CTRL key is pressed.
- Fixed bug that prevented loading of the previously saved *.tgn files
Version 1.0.3
- Fixed a bug in LaTeX code generation which caused some vertical lines between multicolumn cells to be rendered thicker.
- Now table size can also be entered using dedicated inputs.
Version 1.02
- Fixed a few bugs concerning the pasting (Ctrl+V) of contents to a table.
- Support cell contents clearing on DEL keypress.
Version 1.01
- Implemented simple undo and redo functionality to improve editing experience.
- Added option to save and load table from file — in special *.tgn format.
- Added an option to autoescape special TeX symbols like %, &, $, [, ].
- Added options to select text color and background color for HTML table cells.
Version 1.0.0
- Fixed an error which prevented data to be imported from a CSV file with character encoding other than UTF-8.
- Added "Copy & paste data..." to the File menu to simplify importing tabular data from almost any source.