-
feat: Word watch mode uses paragraph-level diff instead of full DOM replacement
发布于
2026-04-03 14:50:29 +00:00 - SSE update detects Word mode (data-section markers) and diffs per-section
content children instead of replacing entire body innerHTML - De-paginates current DOM before diff, re-paginates after minimal changes
- Scroll tracks last inserted content element (not page container) for
accurate positioning in small viewports - Fix KaTeX formulas and CJK punctuation not rendering on diff-inserted elements
- Bump version to 1.0.31
下载附件
- SSE update detects Word mode (data-section markers) and diffs per-section