← All projects

ButterflyEditor

by @ipenywis

25

WYSIWYG Rich Text Editor

About this project

ButterflyEditor ButterflyEditor is an Extensible Rich Text Editor WYSIWYG with nice and smooth UI. Built on top of Draftjs and React for high performance. Made for React and Vanilla javascript Apps Support Extensible plugins Rich Text editing the new way Features All text editor Features Nice and Elegent UI HTML Export support Configurable Editor Installation The Editor package is available on NPM so simply use NPM to install it on your project. NOTE: The Editor package comes with support of both Vanilla Javascript Implementation and a React Component Usage 1- With Javascript App For javascript apps you either use a CDN like jsDelivr or install the package from NPM. CDN You can also use another CDNs that provides NPM packages automatically. We highly recommend using NPM over CDN since it is more stable. Now for Creating and Initializing the Editor you need to make sure you create an EMPTY HTML container div for the editor to mount and render on. Then Create the Editor: Check the DOCS bellow for the Config Object and available API Methods. 2- With React App

From the project README on GitHub

Stars
25
Forks
6
License
MIT
Last push
7 Jan 2019

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/butterflyeditor.svg)](https://www.madeinalgeria.dev/projects/butterflyeditor)

Related projects