// the find
CyC2018/Text-Typesetting
:art: 中英混排文档在线排版工具
A browser-based formatting tool for mixed Chinese-English documents: inserts spaces between CJC and Latin characters, fixes capitalization of tech brand names (java→Java), and converts Markdown image references to centered HTML img tags. It's a single-page tool aimed at Chinese developers writing technical docs or resumes in Markdown.
The core use case — spacing between Chinese and Latin text — is a real readability problem that most editors ignore. The tech-keyword normalization list (content.js) is community-editable, which is the right call for something that needs constant updates. Being a pure static page means zero setup and works offline after the first load.
Last updated in 2023 and effectively unmaintained; the keyword list is limited and there's no automated way to keep it current. The image conversion feature is a one-trick workaround for a Markdown limitation that most modern editors have since solved natively. Bootstrap 3 and jQuery 1.x are bundled directly in the repo — that's a maintenance debt that no longer makes sense. There's no API or CLI, so it can't be plugged into a doc build pipeline; you have to paste text manually every time.