roosterjs-content-model-api: Defines APIs for editor operations. Use these APIs to modify content and formatting in the editor you built using roosterjs-content-model-core. roosterjs-content-model-dom: Defines APIs for Content Model and DOM operations. This package do conversion between DOM tree...
Use the createEditor() function in roosterjs to create an editor with default configurations. roosterjs-content-model-core: Defines the core editor and plugin infrastructure. Use roosterjs-content-model-core instead of roosterjs to build and customize your own editor. roosterjs-content-model-api:...
Rooster is working on top of a middle layer data structure called "Content Model". All format API and editing operation are using this Content Model layer as content format, and finally convert to HTML and show it in editor.To view the demo site, please click the link below:RoosterJs ...
roosterjs: A facade of all Rooster code for those who want a quick start. Use the createEditor() function in roosterjs to create an editor with default configurations. roosterjs-content-model-core: Defines the core editor and plugin infrastructure. Use roosterjs-content-model-core instead of ...
roosterjs-content-model-api: Defines APIs for editor operations. Use these APIs to modify content and formatting in the editor you built using roosterjs-content-model-core. roosterjs-content-model-dom: Defines APIs for Content Model and DOM operations. This package do conversion between DOM tree...
roosterjs: A facade of all Rooster code for those who want a quick start. Use thecreateEditor()function in roosterjs to create an editor with default configurations. roosterjs-content-model-core: Defines the core editor and plugin infrastructure. Useroosterjs-content-model-coreinstead ofroosterjs...
Rooster is a framework-independent JavaScript rich-text editor neatly nested inside one HTML element. Editing operations performed by end users are handled in simple ways to generate the final HTML.To view the sample site, please click the link below:RoosterJs Sample Site.Upgrade ...
Rooster is a framework-independent JavaScript rich-text editor neatly nested inside one HTML element. Editing operations performed by end users are handled in simple ways to generate the final HTML.To view the sample site, please click the link below:RoosterJs Sample Site.Upgrade ...
roosterjs-color-utils: Provide color transformation utility to make editor work under dark mode. To be compatible with old (8.*) versions, you can useEditorAdapterclass from the following package which can act as a 8.* Editor: roosterjs-editor-adapter: Provide a adapter classEditorAdapterto ...
RoosterJs 9.16.0Latest Compare JiuqingSong released this 18 Dec 19:18 · 2 commits to release since this release v9.16.0 3f4eb99 What's Changed Fix #2862 Keep format when replace a selection by @JiuqingSong in #2886 Remove dragging suffix by @juliaroldi in #2893 Add pasteWhiteSpace...