Keyboard shortcuts

Press โ† or โ†’ to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Core HTML renderer (litmus-q2my)

StatusDone ยท archived
TypeFeature
Prioritynormal
Parent(litmus-2wte)

Core renderer: theme data + annotated content โ†’ colored HTML spans (monospace).

Summary of Changes

Added web rendering engine:

  • scene_renderer.rs: Dioxus components that resolve ThemeColor references to inline CSS styles on HTML spans inside monospace pre blocks
  • themes.rs: compile-time embedding of all 19 themes for WASM builds
  • main.rs: full app with theme selector dropdown and all scenes rendered
  • Added PartialEq derives to Theme/AnsiColors/Scene for Dioxus component props