TxTable is a tool to quickly generate table for HTML and Markdown from any string separated by a delimiter. It eliminates the need to manually create rows and columns for table, ensuring real-time conversion.
Demo: TxTable
Docs: English | 中文
The theme of the interface corresponds to the color of the function, and different table generation methods are used by switching buttons.
- HTML
- Markdown
By default, text is split using a single space, but the delimiter can also be customized through advanced settings.
Available settings include:
- Custom delimiter
- Delimiter supports regular expressions
- Remove leading and trailing whitespaces
- Remove empty lines
A regular expression delimiter splitting feature is provided, which is disabled by default.
When the regular expression feature is enabled, it will default to adding / /
, and you only need to input the regular expression.
By using regular expressions, you can add spaces to the original text for alignment without affecting the table generation.