1 dépôt
Inserting self-contained HTML units that are treated as single characters within a document model.
Distinct from HTML Content Processing: Focuses on treating HTML blocks as atomic characters rather than general HTML processing or serialization.
Explore 1 awesome GitHub repository matching user interface & experience · Atomic HTML Embedding. Refine with filters or upvote what's useful.
Trix is a rich text editor and WYSIWYG text component designed for composing and formatting documents with inline styling and block elements. It functions as an HTML content editor that manages and sanitizes input to ensure a secure and consistent document structure, while serving as a document state manager that tracks edit history and persists serialized state. The editor integrates directly with standard HTML forms, converting rich text into data for submission. It features a configurable sanitization engine that cleanses input HTML to remove unsupported tags and mitigate security risks.
Allows the insertion of self-contained HTML units that bypass standard conversion and are treated as single characters.