1.0.0 • Published 2 years ago

jodit-pro-2 v1.0.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
2 years ago

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

TablesJoditJodit PROJodit OEM
NPM packageyesyesyes
Open sourceyeslimitlimit
Supportnolimityes
Pluginsout-of-the-boxout-of-the-box + 9out-of-the-box + 9
FileBrowserout-of-the-boxJodit Finder*Jodit Finder*
ColorPickerlimityesyes
UseFree1 hostAny host
LicenseMITCommerceCommerce
TrialNoYesYes
DemoDemoDemoDemo
PriceFree100$400$
-BuyBuy

Extra plugins

NameJoditJodit PROJodit OEM
Custom Color PickerLimitedyesyes
Backup Pluginnoyesyes
Emojinoyesyes
AutoCompletenoyesyes
Show Blocksnoyesyes
Tune Blocknoyesyes
Google Searchnoyesyes
Change casenoyesyes
Paste codenoyesyes

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/build/jodit.css" />
<script src="./node_modules/jodit-pro/build/jodit.js"></script>
<textarea id="editor" cols="30" rows="10"></textarea>
<script>
	const jodit = new Jodit('#editor', {
		width: 1000
	});
</script>
  • Jodit Finder in progress