Changelog
Version 24.05.4
- Added an option to download the table as a Comma Separated File (CSV)./li>
Version 24.05.3
- Performance improvements when loading and editing larger tables.
Version 24.05.2
- Importing CSV files is now handled client-side, i.e. no data is send to the server.
Version 24.05.1
- Importing LaTeX code should now be more reliable.
- JavaScirpt with ECMASCRIPT 2018 support is now required. In case of
problems, updating your browser to a newer version may help.
Version 22.05.2
- Attempting to paste using a table context menu now asks for a permission to access the clipboard.
Version 22.05.1
- Added Paste special option activated by Ctrl+Shift+V keycombo.
The paste special gives more control over how the pasted text is split into table cells.
This can be useful, for example, if one is trying to paste an exitsing table from a PDF document.
Version 22.04.1
- Added Scale table to column width in LaTeX tables generator. This is useful for double-column papers.
- Edit/Format numbers now applies to every number within a cell as long as it is surrounded by spaces.
- Switched to calendar-based project versioning.
Version 1.29
- Added menu options to move selected row up or down.
- Added menu options to move selected column to the left or right.
- Added buttons to set bold and italic (strong and emphasis) font styles in Markdown tables
- It is now possible to insert links with "mailto:" href in the HTML tables.
Version 1.28.1
- Minor bug fixes regarding generation of cell borders in LaTeX tables.
Version 1.28.0
- Added Edit / Format numbers menu item.
Version 1.27.0
- Added Edit / Find and replace menu item.
- reStructuredText syntax now respects headers with multirow cells.
- Bug fixes.
Version 1.26.6
- When merging cells of which the first one is empty, the cell after the
merge receives a value begin concatenation of the merged cells' content.
Version 1.26.5
- Shorthand color codes, e.g. #FA9 are now expanded to a full form: #FFAA99 in the LaTeX tables generator.
- More predictable behavior when trying to paste in a whole table into a single cell.
Version 1.26.4
Version 1.26.3
- Fixed an error preventing import of some CSV files.
Version 1.26.2
Version 1.26.1
- Table / Clear formatting option now also clears in-cell formatting.
- Bug fixes.
Version 1.26
- Added syntax highlighting in Markdown Tables editor.
- Bug fixes.
Version 1.25.6
- Processing a pasted table's Markdown code is now handled by the browser, i.e. does not require sending any data to the server.
- Newlines are now replaced with <br/> by default in the MediaWiki tables editor.
- It is now possible to paste a source code of a MediaWiki table using File / Paste table data..., although
not all formatting options are currently supported.
- Bug fixes.
Version 1.25.5
- Faster handling of table data pasting.
- HTML tables are now generated with <tbody> and <thead> sections.
Version 1.25.4
-
Few new icons. Slightly modified look.
Version 1.25.3
-
Added an option in the HTML Tables Generator for specifying that a link should be opened in a new tab / window.
-
Few bug fixes.
Version 1.25.2
-
Pipe "|" symbols are now automatically escaped in the Markdown Tables Generator.
-
Few minor bug fixes.
Version 1.25.1
-
Added an option to paste table with formatting using File / Paste table data... menu option.
-
Few minor bug fixes.
Version 1.25
-
Improvements of the paste table data functionality.
This should allow to paste table data without sending any data to the server.
-
Few minor bug fixes.
Version 1.24
-
Added a preview option to the Markdown Tables Generator
which compiles the generated table to the HTML and displays it in a separate browser window.
-
Few minor bug fixes.
Version 1.23
-
Page layout has been changed to better utilize wider screens and make editing
wide tables easier.
-
Few minor bug fixes.
Version 1.22
-
Added an option to clear table formatting in the HTML tables editor.
- Improved support for pasting existing tables directly into the editor.
It is now also possible to directly paste the HTML source of a table.
Version 1.22
-
Added an option to clear table formatting in the HTML tables editor.
- Improved support for pasting existing tables directly into the editor.
It is now also possible to directly paste the HTML source of a table.
Version 1.21
-
It should be now easier to paste existing data using the Ctrl+V
key combination.
Version 1.20.2
-
Added (partial) support for importing tables from the reStructured text format
using File/Paste table data... menu option.
Version 1.20.1
-
Fixed a bug causing the "From LaTeX table code" dialog being unusable.
Version 1.20
-
Table edit menu and associated toolbar are now "sticky", i.e. they should stick
to the top of the page when scrolling. This should be useful for editing very
tall tables.
Version 1.19
-
It is now possible to insert images into HTML tables -- although it may
not work properly in all cases.
- Minor improvements to the table sorting script in the HTML tables editor.
Version 1.18.9
- Added a "sticky header" option to the HTML tables generator — this
should be useful for long tables if we want the header to stay visible
(or "stick" to the top) even if we scroll down the table.
The solution is based on the CSS
position: sticky
and may not work
properly in some older browsers like IE.
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 spanning 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 \textit
environments.
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 using
File/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.