• Reduce an HTML string to a trimmed, single-line plain-text snippet: strip tags, unescape the handful of entities Foundry's editor emits, and collapse whitespace. Keeps the rich-text notes field legible in a narrow table cell.

    Parameters

    • html: string

      The (possibly HTML) notes string.

    Returns string

    The plain-text snippet.