draft-js-code
Code editor utilities
Utilities to simplify code block editing in DraftJS editors
Collection of utilities to make code blocks edition easy in DraftJS
108 stars
3 watching
25 forks
Language: JavaScript
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
samypesse/draft-js-prism | A module that integrates Prism's syntax highlighting into DraftJS editor states. | 275 |
samuelmeuli/draft-js-list-plugin | Automates list creation in a rich text editor using regular expressions and keyboard shortcuts | 14 |
samypesse/draft-js-multidecorators | Composes multiple DraftJS decorators into a single decorator | 32 |
simsim0709/draft-js-plugins | Custom plugins for DraftJS, extending its functionality with additional features and capabilities | 3 |
soreine/draft-js-simpledecorator | Provides a simple implementation of decorators in Draft.js for decorating text content with custom props. | 25 |
springload/draftail | A configurable rich text editor built with Draft.js | 616 |
jpuri/draftjs-utils | A collection of utility functions for working with DraftJS editors | 286 |
ngs/draft-js-markdown-shortcuts-plugin | A plugin for DraftJS that supports Markdown syntax shortcuts | 275 |
dburrows/draft-js-basic-html-editor | A basic HTML editor using draft.js with support for block and inline tags | 87 |
yozhikm/draft-regex | Helpers for improving the functionality of a rich-text editor. | 19 |
paraswaykole/editor-js-code | A tool for integrating code examples with language selectors in Editor.js | 9 |
editor-js/code | A code editing tool integrated into the Editor.js framework. | 76 |
seejamescode/draft-js-gutter | A reusable React.js component for adding line number gutters to Draft.js editors | 14 |
editor-js/paragraph | Provides a basic text tool for the Editor.js editor | 45 |
icelab/draft-js-single-line-plugin | Restricts Draft.js editor to a single line of input, condensing blocks and optionally removing rich entities. | 43 |