html-supereditor
v0.9.1
Published
Install and update the html_supereditor Codex skill for visual HTML editing and adaptive high-resolution PDF export.
Maintainers
Readme
html-supereditor
Install and update the html_supereditor Codex skill. It provides Chinese PowerPoint-style visual editing for local HTML, plus adaptive high-resolution PDF export for long webpages, fixed canvases, and multi-slide presentations.
Install Or Update
npx --yes html-supereditor@latest install
npx --yes html-supereditor@latest update
npx --yes html-supereditor@latest doctorThe updater atomically replaces the complete html-supereditor skill directory and restores the previous version if installation fails. It never merges old and new skill files.
By default the skill is installed at %USERPROFILE%\.codex\skills\html-supereditor. Set CODEX_HOME or pass --codex-home PATH to use another Codex directory.
Open An HTML File
node "$env:USERPROFILE\.codex\skills\html-supereditor\html-supereditor.js" enable --autosave --serve path\to\index.htmlOpen the printed local URL in Codex. The header can edit objects and export PDF at 1x, 2x, or 3x quality. PDF export automatically detects a long document, one fixed canvas, or multiple slides, and asks for a save location before rendering.
Global CLI
npm install --global html-supereditor
html-supereditor update
html-supereditor doctorThe package has no postinstall hook and does not modify the Codex directory until an explicit install, update, or uninstall command runs.
