About
Render Google Documents in-game.
Features
- Parses inline class/style colors from blocks.
- Replaces common HTML entities (e.g., , “).
- Assigns color and font mapping based on the automatic Google Docs export styling.
- Supports anchor links
Supported Tags
-
<h1> to <h6>
: Renders as headers with different font sizes. -
<p>, <div>
: Paragraph/block text. -
<ul>, <ol>, <li>
: Lists with automatic bullet/numbering support. -
<img>
: External image rendering with size adjustment. -
<font>, <b>, <i>, <u>, <br>, <a>
: RichText styling and links.
Limitations
- Does not yet support nested lists, hyperlinks, or tables.
Requirements
- Document must be public, and copying enabled.
- Requires LuauImageParser (GitHub - Metatable-Games/LuauImageParser: Strict Luau module for drawing API-based pixel data to EditableImage using WritePixelsBuffer.) to render images.