redraft
Output converter
Converts Draft.js to React-compatible output
Renders the result of Draft.js convertToRaw using provided callbacks, works well with React
282 stars
6 watching
34 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
icelab/draft-js-ast-exporter | Tools to convert content from Facebook's Draft.js editor into an abstract syntax tree | 37 |
springload/draftjs_exporter | Converts Draft.js ContentState to HTML. | 83 |
hubspot/draft-convert | Converts Draft.js ContentState to HTML and vice versa with customizable functionality | 483 |
sstur/draft-js-utils | Tools for converting content between DraftJS and HTML/Markdown formats | 884 |
rkpasia/draft-js-exporter | A module to export and format content from the React Draft.js framework | 34 |
ejilay/draftjs | Converts Draft.js raw content state to HTML | 22 |
samuelmeuli/draft-js-list-plugin | Automates list creation in a rich text editor using regular expressions and keyboard shortcuts | 14 |
datagenno/draft-js-export-pdfmake | Converts DraftJS ContentState to pdfmake content object | 12 |
ignitionworks/draftjs_exporter | Converts Draft.js content state to HTML | 16 |
jpuri/html-to-draftjs | Converts plain HTML to DraftJS Editor content for use with react-draft-wysiwyg | 161 |
letranloc/draft-js-katex-plugin | Enables LaTeX rendering in a rich text editor using the DraftJS framework | 32 |
milesj/babel-plugin-typescript-to-proptypes | Converts TypeScript interfaces and type aliases to React PropTypes | 367 |
jpuri/draftjs-to-html | A JavaScript library that converts DraftJS editor content to plain HTML | 321 |
globocom/react-native-draftjs-render | A React Native component that renders Draft.js content in a native app | 390 |
icelab/draft-js-ast-importer | Tools to import and work with the abstract syntax tree of Draft.js content | 13 |