1 Repo
Architectures for extending core editor functionality through modular plugin systems.
Distinct from Draft.js Integrations: Draft.js Integrations covers general usage; this specifically targets the framework for building extensions.
Explore 1 awesome GitHub repository matching web development · Plugin Frameworks. Refine with filters or upvote what's useful.
This project is a plugin framework for the Draft.js rich text editor, providing a system to add custom behaviors, decorators, and keyboard shortcuts. It functions as a toolkit for extending the editor with advanced formatting and interactive elements, while also providing a React UI component library for managing toolbars and popups. The framework is distinguished by its specialized support for social mention systems, enabling the detection and formatting of hashtags and user mentions as interactive entities via autocomplete triggers. It also includes a comprehensive suite of rich media exten
Provides a modular plugin architecture for extending the core functionality of the Draft.js editor.