@aleen42/kindeditor-collaborative
v1.0.0-beta.3
Published
It is a feature set of plugins that we are now using base at [KindEditor](https://kindeditor.com/), which is a WYSIWYG editor for web. Something likes format painters, memorized colors, more visible font formats, text modes, etc.
Readme
What is the Coremail plugin for KindEditor?
It is a feature set of plugins that we are now using base at KindEditor, which is a WYSIWYG editor for web. Something likes format painters, memorized colors, more visible font formats, text modes, etc.
Requirements
- Patched KindEditor
- jQuery
- Modern browsers are recommended
- IE compatibility: only IE 11 is still supported
Distributions
jQuery & KindEditor must be loaded before plugin, available in global variables: $ & KindEditor
Usage
Load stylesheets and scripts:
<!--suppress HtmlUnknownTarget --> <link href="/path/to/KindEditor/themes/default/default.css" rel="stylesheet" type="text/css"> <link href="./dist/theme.css" rel="stylesheet" type="text/css"> <script src="/path/to/jquery.js"></script> <script src="/path/to/KindEditor/kindeditor.js"></script> <script src="/path/to/KindEditor/lang/zh-CN.js"></script> <!-- for ES2022+ browser --> <script src="./dist/plugin-all.js"></script> <!-- for Legacy browser (you should load your own polyfills libraries before plugin, core-js is recommended) <script src="/path/to/core-js/minified.js"></script> <script src="./dist/plugin-all.legacy.min.js"></script> -->See demo page for a simple example of using KindEditor with Coremail plugins and customizing.
