Skip to content
/ TxTable Public

TxTable is a tool to quickly generate table for HTML and Markdown from any string separated by a delimiter.

License

Notifications You must be signed in to change notification settings

Exisi/TxTable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TxTable

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 | 中文

Feature

The theme of the interface corresponds to the color of the function, and different table generation methods are used by switching buttons.

  • HTML
  • Markdown

Preview

HTML

HTML

Markdown

Markdown

Settings

Advanced Setting

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

Advanced Settings

Delimiters Setting

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.

Regular Expression Settings

By using regular expressions, you can add spaces to the original text for alignment without affecting the table generation.

Result

About

TxTable is a tool to quickly generate table for HTML and Markdown from any string separated by a delimiter.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published