draft-js-ast-exporter
AST converter
Tools to convert content from Facebook's Draft.js editor into an abstract syntax tree
Export content from draft-js into an abstract syntax tree.
37 stars
9 watching
3 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
icelab/draft-js-ast-importer | Tools to import and work with the abstract syntax tree of Draft.js content | 13 |
springload/draftjs_exporter | Converts Draft.js ContentState to HTML. | 83 |
icelab/draft-js-single-line-plugin | Restricts Draft.js editor to a single line of input, condensing blocks and optionally removing rich entities. | 43 |
sstur/draft-js-utils | Tools for converting content between DraftJS and HTML/Markdown formats | 883 |
astefanutti/decktape | A PDF exporter for HTML presentations | 2,198 |
ejilay/draftjs | Converts Draft.js raw content state to HTML | 22 |
datagenno/draft-js-export-pdfmake | Converts DraftJS ContentState to pdfmake content object | 12 |
hubspot/draft-convert | Converts Draft.js ContentState to HTML and vice versa with customizable functionality | 483 |
rkpasia/draft-js-exporter | A module to export and format content from the React Draft.js framework | 34 |
seejamescode/draft-js-gutter | A reusable React.js component for adding line number gutters to Draft.js editors | 14 |
ignitionworks/draftjs_exporter | Converts Draft.js content state to HTML | 16 |
jpuri/draftjs-to-html | A JavaScript library that converts DraftJS editor content to plain HTML | 321 |
lokiuz/redraft | Converts Draft.js to React-compatible output | 282 |
springload/draftail | A configurable rich text editor built with Draft.js | 616 |
samuelmeuli/draft-js-list-plugin | Automates list creation in a rich text editor using regular expressions and keyboard shortcuts | 14 |