jodit-pro
v4.2.41
Published
PRO Version of Jodit Editor
Downloads
4,692
Readme
Jodit Editor Pro Version
PRO Jodit editor version with auto-loading of language files and more plugins.
Comparison Jodit vs Jodit PRO vs Jodit OEM
| Tables | Jodit | Jodit PRO | Jodit Multi PRO | Jodit OEM |
| ----------- | :------------: | :--------------------------: | :--------------------------: | :--------------------------: |
| NPM package | yes | yes | yes | yes |
| Open source | yes | limit | limit | yes |
| Support | no | limit | limit | yes |
| Plugins | out-of-the-box | out-of-the-box + 21 | out-of-the-box + 21 | out-of-the-box + 21 |
| FileBrowser | out-of-the-box | Jodit Finder | Jodit Finder | Jodit Finder |
| ColorPicker | limit | yes | yes | yes |
| Use | Free | 1 host
| * | Any host
|
| License | MIT | Commerce | Commerce | Commerce |
| Trial | No | Yes | Yes | Yes |
| Demo | Demo | Demo | Demo | Demo |
| Price | Free | 100$ | 400$ | 800$ |
| | - | Buy | Buy | Buy |
Extra plugins
| Name | Jodit | Jodit PRO | Jodit OEM | | ------------------------- | :-----: | :-------: | :-------: | | Custom Color Picker | Limited | yes | yes | | Backup Plugin | no | yes | yes | | Emoji | no | yes | yes | | AutoComplete | no | yes | yes | | Show Blocks | no | yes | yes | | Tune Block | no | yes | yes | | Google Search | no | yes | yes | | Change case | no | yes | yes | | Paste code | no | yes | yes |
You can buy it here
Install
Via npm
npm i jodit-pro
Via yarn
yarn add jodit-pro
<link rel="stylesheet" href="./node_modules/jodit-pro/es2021/jodit.css" />
<script src="./node_modules/jodit-pro/es2021/jodit.js"></script>
<textarea id="editor" cols="30" rows="10"></textarea>
<script>
const jodit = Jodit.make('#editor', {
width: 1000
});
</script>
- Jodit Finder in progress