A Wysiwyg editor build on top of ReactJS and DraftJS. https://jpuri.github.io/react-draft-wysiwyg
-
Updated
Aug 11, 2021 - JavaScript
{{ message }}
A Wysiwyg editor build on top of ReactJS and DraftJS. https://jpuri.github.io/react-draft-wysiwyg
美观易用的React富文本编辑器,基于draft-js开发
Megadraft is a Rich Text editor built on top of Facebook's Draft.JS featuring a nice default base of components and extensibility
A complete rewrite of dante editor in draft-js
A multilingual react rich-text editor component includes media support such as texts, images, videos, audios, links etc. Development based on Draft-Js and Ant-design, good support html, markdown, draft-raw mode. 一款基于 draft-Js 和 ant-design 实现的 react 富文本编辑器组件,支持文本、图片、视频、音频、链接等元素插入,同时支持HTML、markdown、draft Raw格式。
I'm trying to write a plugin to limit maximum content length in the draftail editor. I also want to be able to paste formatted content from outside the editor. Turns out my plugin's handlePastedText does not get called when setting prop stripPastedStyles to false. Unless I paste plain text.
Current version of draftail + draft.js 0.10.5
Extensibly serialize & deserialize Draft.js ContentState with HTML.
Material-UI Rich Text Editor and Viewer
A DraftJS plugin for supporting Markdown syntax shortcuts
Selection based Text UI made easy
A pluginable, intuitive medium/notion like rich text editor(currently in wip)
A dead simple comment engine built on top of AWS lambda and React, alternative comment service to Disqus.
An opinionated DraftJS plugin for supporting Markdown syntax shortcuts
Build extensible Draft.js editors with configurable plugins and integrated serialization.
Online Z-notations Editor with Draft.js and React.js
An opinionated Gatsby starter designed for trash-eating pandas.
React rich text editor built using Draft.js
Brilliant is a WYSIWYG markdown editor with live preview support, based on Draft-js and React, implemented in TypeScript. It's compatible with popular browsers.
Add syntax highlighting support to your DraftJS editor
Feature (to address a bug in Draft.js). See facebook/draft-js#523 (comment) and facebook/draft-js#1082.
What is the current behavior?
[...] when copy-pasting Draft.js images from one editor to another. If the unstyled blocks in-between the images are empty, then they will be removed in the target editor... and it becomes
Add a description, image, and links to the draft-js topic page so that developers can more easily learn about it.
To associate your repository with the draft-js topic, visit your repo's landing page and select "manage topics."
Describe the bug
When using move to lower the position of an element, adding 1 to the index does not work, and 2 needs to be added.
To Reproduce
I implemented the following code to move the element position up and down under the ROOT, but the onDown function did not move the element down.