Text Processing
Convert AI-typical plain ASCII into proper typography: -- and --- become en/em dashes, straight quotes become curly/smart quotes (locale-aware), ... becomes a single ellipsis …, spaced dashes are tightened, and repeated spaces collapse — while fenced ``` code blocks and `inline` code are left untouched.
em-dash-and-typographic-purifierText Processing
Fetch an RSS or Atom feed by URL (or paste raw XML), parse it, sort items by publish date, deduplicate, apply a time window, and output a clean Markdown summary
rss-feed-markdown-summarizerText Processing
Lint Markdown against ~15 markdownlint rules plus 2 Chinese-typography rules, with line-located reports and one-click auto-fix of safe issues
markdown-lint-style-checkerText Processing
Compare resume text against a job description, normalize keyword variants, and highlight coverage gaps
resume-job-description-matcherText Processing
Convert Simplified Chinese text to Traditional Chinese with OpenCC phrase conversion
simplified-to-traditional-chinese-converterText Processing
Convert Traditional Chinese text to Simplified Chinese with OpenCC phrase conversion
traditional-to-simplified-chinese-converterText Processing
Generate formatted Markdown tables from CSV, JSON, or array data with alignment, header styles, width control, and merge hints
markdown-table-generatorText Processing
Extract inline links, reference links, and bare URLs from Markdown documents with basic syntax validation
markdown-link-extractorText Processing
Statistics and frequency analysis of text patterns (numbers, emails, URLs, etc.)
text-pattern-statsText Processing
Extract magnet link hash values and convert between full links and hash values
magnet-link-converterText Processing
Convert each line of text into Markdown list items or numbered lists
markdown-list-formatterText Processing
Add thousand separators to long numbers (supports comma, dot, space, and custom separators)
thousands-separator