Lite Editor
Lite Editor is a simple JavaScript WYSIWYG Editor
focuses on inline elements such as strong
em
a
i
which suits block-based CMS such as a-blog cms
Quick start
Using CDN
You can easily start by using CDN.
Add the following description in the <head>
tag of the web page you want to use it.
<script src="https://unpkg.com/lite-editor@1.6.39/js/lite-editor.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/lite-editor@1.6.39/css/lite-editor.css">
new LiteEditor('.js-editor');
This alone displays the editor that everyone wants 🎉
Document
Usage, introduction of other functions, component introduction etc.
are described in detail in the document.
View on GitHub
Lite Editor was developed by @appleplecom and is open source (MIT license) on GitHub.
Please send us feedback, requests, bug reports and pull requests!
If you like it, please press Star ;)