@s1m0n38/pi-html
v1.0.0
Published
Convert agent markdown output to beautiful self-contained HTML
Maintainers
Readme
pi-html
Convert your agent's markdown output to beautiful, self-contained HTML files.
Install
pi install @s1m0n38/pi-htmlUsage
Type /html in the pi agent TUI to convert all markdown documents from the current session into HTML and open them in your browser.
Add refinements after the command:
/html use a dark theme
/html simplify the explanations, focus on diagrams
/html only the implementation planHow it works
- Scans the session for markdown files written by the agent and substantial assistant explanations
- Sends a structured prompt to the LLM with the extracted content
- The LLM generates self-contained HTML files in a temp directory
- Files are opened in your default browser
Uninstall
pi uninstall @s1m0n38/pi-html