1 repository
Systems that translate native browser DOM selection ranges into internal data model coordinates.
Distinct from Browser Selection Range Captures: Existing candidates focus on data range capture or design layers, not the bidirectional mapping between DOM and editor state.
Explore 1 awesome GitHub repository matching user interface & experience · Selection Mapping Layers. Refine with filters or upvote what's useful.
Lexical is a modular rich text editor framework used to build extensible web-based editors. It functions as a state-driven content editor that maintains a serializable, immutable snapshot of document content to ensure predictable updates and accessibility compliance. The framework is distinguished by its plugin-based architecture and customizable node framework, which allow developers to extend editor behavior through specialized content nodes and encapsulated runtime logic. It also includes a collaborative editing engine capable of synchronizing document state across multiple clients in real
Translates native browser DOM selection ranges into internal coordinates to decouple the view from the data model.