Format Conversion
Generate a table of contents from Markdown headings with GitHub-style anchor links
markdown-toc-generatorFormat Conversion
Format and beautify TOML. Note: comments are lost and key order may change (@iarna/toml limitation)
toml-formatterFormat Conversion
Format, beautify and minify XML with configurable indent. Preserves comments and CDATA
xml-formatterFormat Conversion
Format and beautify YAML. Note: comments are lost (js-yaml limitation)
yaml-formatterFormat Conversion
Convert text to and from hexadecimal strings with flexible spacing, prefix (0x/\x/U+), and case options
hex-to-stringFormat Conversion
Convert text to and from binary bit strings using ASCII (7-bit) or UTF-8 (8-bit) encoding
text-to-binaryFormat Conversion
Convert text to/from Unicode escape sequences (\uXXXX / \u{XXXXXX}) and apply Unicode normalization (NFC/NFD/NFKC/NFKD)
unicode-escape-converterFormat Conversion
Escape and unescape XML special characters (& < > " ') with optional numeric references, slash escaping, and CDATA wrapping
xml-escapeFormat Conversion
Convert GitHub-flavored Markdown into Slack-friendly mrkdwn and flag unsupported constructs
markdown-to-slack-mrkdwnFormat Conversion
Embed generated chart images into Excel workbooks using workbook data ranges for bar or pie chart reports
xlsx-chart-embedderFormat Conversion
Batch-apply conditional formatting rules such as threshold highlights, data bars, and color scales to Excel worksheets
xlsx-conditional-formatting-ruleFormat Conversion
Inject Excel sparklines into worksheet cells by patching XLSX sheet XML with sparkline definitions
xlsx-sparkline-injector