All Projects → imshengli → rich-editor

imshengli / rich-editor

Licence: other
A react editor component based on draftjs.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to rich-editor

Megadraft
Megadraft is a Rich Text editor built on top of Facebook's Draft.JS featuring a nice default base of components and extensibility
Stars: ✭ 982 (+6446.67%)
Mutual labels:  draft-js
Yoyo
A dead simple comment engine built on top of AWS lambda and React, alternative comment service to Disqus.
Stars: ✭ 210 (+1300%)
Mutual labels:  draft-js
draftjs
Draft.js exporter for Go
Stars: ✭ 22 (+46.67%)
Mutual labels:  draft-js
Z Editor
Online Z-notations Editor with Draft.js and React.js
Stars: ✭ 99 (+560%)
Mutual labels:  draft-js
React Tapable Editor
A pluginable, intuitive medium/notion like rich text editor(currently in wip)
Stars: ✭ 170 (+1033.33%)
Mutual labels:  draft-js
React Text Selection Popover
Selection based Text UI made easy
Stars: ✭ 245 (+1533.33%)
Mutual labels:  draft-js
Dante2
A complete rewrite of dante editor in draft-js
Stars: ✭ 890 (+5833.33%)
Mutual labels:  draft-js
draftjs-filters
Filter Draft.js content to preserve only the formatting you allow
Stars: ✭ 53 (+253.33%)
Mutual labels:  draft-js
Awesome Draft Js
Awesome list of Draft.js resources
Stars: ✭ 2,379 (+15760%)
Mutual labels:  draft-js
downwrite
✍️ Markdown writing application that's down right, neat.
Stars: ✭ 103 (+586.67%)
Mutual labels:  draft-js
Draft Extend
Build extensible Draft.js editors with configurable plugins and integrated serialization.
Stars: ✭ 109 (+626.67%)
Mutual labels:  draft-js
Medium Draft
📝 A medium like Rich Text Editor built on draft-js with a focus on keyboard shortcuts.
Stars: ✭ 1,705 (+11266.67%)
Mutual labels:  draft-js
Draft Js Markdown Shortcuts Plugin
A DraftJS plugin for supporting Markdown syntax shortcuts
Stars: ✭ 252 (+1580%)
Mutual labels:  draft-js
Gatsby Starter Procyon
An opinionated Gatsby starter designed for trash-eating pandas.
Stars: ✭ 88 (+486.67%)
Mutual labels:  draft-js
draft-js-katex-plugin
A Katex plugin for DraftJS.
Stars: ✭ 33 (+120%)
Mutual labels:  draft-js
React Lz Editor
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格式。
Stars: ✭ 894 (+5860%)
Mutual labels:  draft-js
Mui Rte
Material-UI Rich Text Editor and Viewer
Stars: ✭ 233 (+1453.33%)
Mutual labels:  draft-js
graphql-blog-client
🚀 React Apollo client for a GraphQL blog.
Stars: ✭ 15 (+0%)
Mutual labels:  draft-js
draftjs exporter
Library to convert Draft.js ContentState to HTML
Stars: ✭ 77 (+413.33%)
Mutual labels:  draft-js
wagtaildraftail
🐦📝🍸 Draft.js editor for Wagtail, built upon Draftail and draftjs_exporter
Stars: ✭ 23 (+53.33%)
Mutual labels:  draft-js

Rich-editor

A react editor component based on draftjs.

DEMO

Install

$ npm install rich-editor --save

Usage

import React, { Component } from "react";
import ReactDOM from "react-dom";
import RichEditor from 'rich-editor';
class Demo extends Component {
    constructor(props) {
        super(props);
    }
    render() {
        return (<RichEditor />);
    }
}
ReactDOM.render(<Demo />, document.getElementById('root'));

License

ISC Licensed

Copyright (c) 2017, ImShengli mailto:[email protected]

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO E VENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].