A Modern WYSIWYG Editor especially for inline elements
- 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
via npm
npm install lite-editor --saveor yarn
yarn add lite-editorrequire
const LiteEditor = require('lite-editor');window.addEventListener('DOMContentLoaded',function(){
new LiteEditor('.js-editor');
});https://appleple.github.io/lite-editor/about.html
https://github.com/appleple/lite-editor
Code and documentation copyright 2017 by appleple, Inc. Code released under the MIT License.