Home
Softono

Lite Editor

Open source MIT JavaScript
177
Stars
11
Forks
36
Issues
10
Watchers
11 months
Last Commit

 About Lite Editor

A Modern WYSIWYG Editor especially for inline elements

Platforms

Web Self-hosted

Languages

JavaScript

Need Help Installing Lite Editor?

We provide expert installation service for this software. Our team will install, configure, and secure Lite Editor on your server. plans start at just $30.

Lite Editor

View on GitHub

LiteEditor

npm version CircleCI npm download GitHub license

A Modern WYSIWYG Editor especially for inline elements

Feature

  • focuses on inline elements such as b, a, i, strong
  • Prevent unnecessary tags insertion
  • Control how to make newlines
  • You can register custom button easily

Installation

via npm

npm install lite-editor --save

or yarn

yarn add lite-editor

Usage

require

import LiteEditor from 'lite-editor';
window.addEventListener('DOMContentLoaded',function(){
  new LiteEditor('.js-editor');
});

Document

https://appleple.github.io/lite-editor/about.html

Download

Download ZIP

Plugins

Github

https://github.com/appleple/lite-editor

Contributor

@steelydylan

License

Code and documentation copyright 2017 by appleple, Inc. Code released under the MIT License.