chimerax_rich_report
Compose themed rich HTML reports for ChimeraX logs with customizable titles, subtitles, themes, accent colors, and content blocks. Save reports to local files or display them at desired log levels.
Instructions
Compose a themed rich HTML report for the ChimeraX Log.
Plain text fields are escaped. Raw html block fields are trusted local
input and are inserted as-is.
Args:
title: Report title.
subtitle: Optional subtitle below the title.
theme: Visual theme - auto, dark, or light (default: auto).
accent_color: Optional primary accent color.
blocks: Ordered rich content blocks.
external_link_target: system opens safe external URL links in the
default browser via ChimeraX runscript command links;
chimerax leaves them as direct HTTP(S) links for ChimeraX's
built-in browser/help viewer.
level: Log level - info, warning, or error (default: info).
save_html_path: Optional local path where the generated HTML should be saved.
overwrite: If True, allow replacing an existing save_html_path.
Returns: Status of the rich report write operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | info | |
| theme | No | auto | |
| title | Yes | ||
| blocks | No | ||
| subtitle | No | ||
| overwrite | No | ||
| accent_color | No | ||
| save_html_path | No | ||
| external_link_target | No | system |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||