Text Tools

Six complementary plain-text utilities covering format conversion → content cleanup → chunking → joining → diffing → general-purpose ops. All run locally in your browser — sensitive data never leaves your machine.

Pick the Right Tool

I want to…Use
Convert Simplified ↔ Traditional Chinese (TW / HK)Chinese Conversion
Reformat web novels, fix chapter titles, strip adsNovel Processor
Split long text by symbol / chars / paragraphsText Splitter
Merge multi-column text into CSV / SQL / JSONText Joiner
Compare two texts or files, pinpoint the first diffText Diff
Regex match, dedupe, batch prefix/suffix, line opsText Toolbox

Shared Capabilities

  • Browser-local: file reading, parsing, and processing happen locally — sensitive data stays on your machine
  • Batch input: multi-document paste and multi-file upload throughout
  • Protected dictionary: Chinese Conversion and Novel Processor let you mark "do-not-process" terms (iPhone, OpenAI, custom names)
  • Chainable: split a huge doc → run regex cleanup → convert to Traditional

Common Combinations

  • Web-novel reading prep: Novel Processor strips ads + fixes chapter headings → Chinese Conversion to TW Traditional → batch export
  • AI prompt prep: Text Splitter chunks a long doc into ~4K-token blocks → Text Toolbox regex-cleans each chunk → batch export .txt
  • Multilingual archive cleanup: Text Toolbox filters out Japanese lines → Chinese Conversion to Simplified → Text Splitter by paragraph
  • Spreadsheet data into a database: paste Excel columns into Text Joiner → SQL VALUES preset builds the INSERT → verify against production with Text Diff
  • Revision review: drop the before/after drafts into Text Diff → export a .patch for the record