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 --save
or yarn
yarn add lite-editor
require
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.