• Jodit
  • PRO
  • Builder
  • Getting Started
  • Playground
  • Examples
  • Documentation
  • Download
  • Jodit
  • Examples
  • © 2025 XDSoft.net
  • site v.0.1.810
  • Jodit v.4.6.2
Modules
Filebrowser module without Jodit
Custom module

Sizes
Autosize
Fixed height

Integrations
Joomla Component Jodit WYSIWYG
Angular Component Jodit WYSIWYG
React JS Jodit WYSIWYG
Integration with ElFinder
Jodit in Yii2
Integrate filebrowser in Joomla CMS

Theme
Drak or custom theme

Edit modes
Source mode
Read only
Read only

Plugins
Create custom plugin

Customization
Keyboard shortcuts

Toolbar
Small Icons
Large Icons
Text Icons
Custom icons / Use Font awesome
Custom button

Keyboard shortcuts

CommandWindowsOS X
UndoCTRL + ZCMD + Z
RedoCTRL + Y, CTRL + SHIFT + ZCMD + Y, CMD + SHIFT + Z
Increase indentCTRL + ]CMD + ]
Decrease indentCTRL + [CMD + [
Clear formattingCTRL + SHIFT + MCMD + SHIFT + M
BoldCTRL + BCMD + B
Numbered listCTRL + SHIFT + 7CMD + SHIFT + 7
Bulleted listCTRL + SHIFT + 8CMD + SHIFT + 8
FindCTRL + FCMD + F
Find and ReplaceCTRL + RCMD + R

Customization

You only need to define Windows shortcuts.

const editor = Jodit.make('#editor', { hotkeys: { redo: 'ctrl+z', undo: 'ctrl+y,ctrl+shift+z', indent: 'ctrl+]', outdent: 'ctrl+[', bold: 'ctrl+b', italic: 'ctrl+i', removeFormat: 'ctrl+shift+m', insertOrderedList: 'ctrl+shift+7', insertUnorderedList: 'ctrl+shift+8', openSearchDialog: 'ctrl+f', openReplaceDialog: 'ctrl+r' } });
Copy
;