Skip to content

v0.1.0

Choose a tag to compare

@kangdacool kangdacool released this 30 Jul 06:44
· 9 commits to main since this release

First tagged release.

Install

/plugin marketplace add kangdacool/hwpx-editing-skill
/plugin install hwpx-editing@kangdacool

or npx skills add kangdacool/hwpx-editing-skill for Codex, Cursor, Gemini CLI and OpenClaw.

What's in it

  • The field guide (hwpx-guide.md), §1 parsing through §7 verification.
  • repack_preserve — a no-op repack reproduces the original byte for byte, proven by selftest.py.
  • verify.py — the build checklist, CI-gateable, including hard checks for the failures that pass every structural check: an endnote nested inside an endnote, tbl@rowCnt disagreeing with the real row count, a stale secCnt after a section is extracted.
  • audit_layout.py — render-based: wrapped cells, blank pages, TOC page numbers that disagree with the caption's real page. Reads any rendered PDF, not only HWPX.
  • audit_typography.py — font consistency by name, and JUSTIFY letter-spacing blowout near Latin text.
  • remerge_check.py — inserts an extracted chapter into the master in 한글, renders, and reads the numbering back.
  • Conversion: tables to Excel, document to Markdown, document to Word, Excel/CSV into an HWPX table.

Full detail in CHANGELOG.md.