New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jodit

Package Overview
Dependencies
Maintainers
1
Versions
657
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jodit

Jodit is awesome and usefully wysiwyg editor with filebrowser

  • 2.0.19
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
92K
increased by4.13%
Maintainers
1
Weekly downloads
 
Created
Source

Jodit WYSIWYG Editor


Editor and FileBrowser - Jodit. Pure javascript. No libraries! Lightweight:~32kB gzipped.

Non-commercial free. Read more

Download or Buy you can here


Get Started

How use

Download last release or

INSTALL FROM BOWER

bower install jodit

INSTALL FROM NPM

npm install jodit

Include just two files

<link type="text/css" rel="stylesheet" href="jodit.min.css">
<script type="text/javascript" src="jodit.min.js"></script>

And some <textarea> element

<textarea id="editor" name="editor"></textarea>

After this, you can init Jodit plugin

new Jodit('#editor');

Browser Support


  • Internet Explorer 10+
  • Opera 12+
  • Safari 6+
  • Firefox 42+
  • Chrome 48+

Changelog


2.0.9

Added Split mode. Added useSplitMode options (default true) Example here

2.0.8

Fix dialog bug

2.0.4

Added CodeMirror plugin. Enable by default {@link defaultOptions~codeMirror.|options.codeMirror}

2.0.0

We got rid of jQuery

1.2.1

Fix bug in filebrowser

1.2.0

Fix bug when selection.insertHTML dosn't work without focus

1.1.0

Fix bug with uploader and filebrowser

1.0.6

If source textarea has placeholder attribute then Jodit use it how placeholder

1.0.4

Added About button

1.0.1

First release


Keywords

FAQs

Package last updated on 14 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc