UNPKG

jodit-pro

Version:

PRO Version of Jodit Editor

105 lines (89 loc) 5.54 kB
# 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](#plgs) | out-of-the-box + [22](#plgs) | out-of-the-box + [22](#plgs) | | 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][license] | [Commerce][license] | [Commerce][license] | | Trial | No | Yes | Yes | Yes | | Demo | [Demo][jodit] | [Demo][pro] | [Demo][pro] | [Demo][pro] | | Price | Free | 99$ | 399$ | 799$ | | | - | [Buy][buy] | [Buy][buy] | [Buy][buy] | ## <a name="plgs"></a>Extra plugins | Name | Jodit | Jodit PRO | Jodit OEM | | ------------------------------ | :-----: | :-------: | :-------: | | [Custom Color Picker][cp] | Limited | yes | yes | | [Backup Plugin][bckp] | no | yes | yes | | [Emoji][emoji] | no | yes | yes | | [AutoComplete][atcmpl] | no | yes | yes | | [Show Blocks][shblcks] | no | yes | yes | | [Tune Block][tune] | no | yes | yes | | [Google Search][gsearch] | no | yes | yes | | [Change case][chngcs] | no | yes | yes | | [Paste code][pstcd] | no | yes | yes | | [Button Generator][btngen] | no | yes | yes | | [Finder][finder] | no | yes | yes | | [Virtual Keyboard][vkeyboard] | no | yes | yes | | [Highlight Signature][hlsig] | no | yes | yes | | [Google Maps Editor][gmaps] | no | yes | yes | | [Export to PDF][pdf] | no | yes | yes | | [Page Break][pagebreak] | no | yes | yes | | [Iframe Editor][iframe] | no | yes | yes | | [Paste from Word PRO][pstword] | no | yes | yes | | [Mobile View][mobileview] | no | yes | yes | | [ToDo List][todo] | no | yes | yes | | [Translate][translate] | no | yes | yes | > You can [buy it here](https://xdsoft.net/jodit/pro/) ## Install ### Via npm ```bash npm i jodit-pro ``` ### Via yarn ```bash yarn add jodit-pro ``` ```html <link rel="stylesheet" href="./node_modules/jodit-pro/es2021/jodit.css" /> <script src="./node_modules/jodit-pro/es2021/jodit.js"></script> ``` ```html <textarea id="editor" cols="30" rows="10"></textarea> <script> const jodit = Jodit.make('#editor', { width: 1000 }); </script> ``` - Jodit Finder in progress [jodit]: https://xdsoft.net/jodit/ [pro]: https://xdsoft.net/jodit/pro/ [buy]: https://xdsoft.net/jodit/pro/ [atcmpl]: https://xdsoft.net/jodit/pro/docs/plugin/autocomplete/ [bckp]: https://xdsoft.net/jodit/pro/docs/plugin/backup/ [chngcs]: https://xdsoft.net/jodit/pro/docs/plugin/change-case/ [cp]: https://xdsoft.net/jodit/pro/docs/plugin/color-picker/ [emoji]: https://xdsoft.net/jodit/pro/docs/plugin/emoji/ [gsearch]: https://xdsoft.net/jodit/pro/docs/plugin/google-search/ [license]: https://xdsoft.net/jodit/pro/license/ [pstcd]: https://xdsoft.net/jodit/pro/docs/plugin/paste-code/ [shblcks]: https://xdsoft.net/jodit/pro/docs/plugin/show-blocks/ [tune]: https://xdsoft.net/jodit/pro/docs/plugin/tune-block/ [btngen]: https://xdsoft.net/jodit/pro/docs/plugin/button-generator/ [finder]: https://xdsoft.net/jodit/pro/docs/plugin/finder/ [vkeyboard]: https://xdsoft.net/jodit/pro/docs/plugin/virtual-keyboard/ [hlsig]: https://xdsoft.net/jodit/pro/docs/plugin/highlight-signature/ [gmaps]: https://xdsoft.net/jodit/pro/docs/plugin/google-maps/ [pdf]: https://xdsoft.net/jodit/pro/docs/plugin/export-to-pdf/ [pagebreak]: https://xdsoft.net/jodit/pro/docs/plugin/page-break/ [iframe]: https://xdsoft.net/jodit/pro/docs/plugin/iframe-editor/ [pstword]: https://xdsoft.net/jodit/pro/docs/plugin/paste-from-word/ [mobileview]: https://xdsoft.net/jodit/pro/docs/plugin/mobile-view/ [todo]: https://xdsoft.net/jodit/pro/docs/plugin/todo-list/ [translate]: https://xdsoft.net/jodit/pro/docs/plugin/translate/