jodit-pro
v4.11.19
Published
PRO Version of Jodit Editor
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 + 22 | out-of-the-box + 22 | out-of-the-box + 22 |
| 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 | 99$ | 399$ | 799$ |
| | - | 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 | | Button Generator | no | yes | yes | | Finder | no | yes | yes | | Virtual Keyboard | no | yes | yes | | Highlight Signature | no | yes | yes | | Google Maps Editor | no | yes | yes | | Export to PDF | no | yes | yes | | Page Break | no | yes | yes | | Iframe Editor | no | yes | yes | | Paste from Word PRO | no | yes | yes | | Mobile View | no | yes | yes | | ToDo List | no | yes | yes | | Translate | no | yes | yes |
You can buy it here
Install
Via npm
npm i jodit-proVia 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
