• Jodit
  • PRO
  • Builder
  • Getting Started
  • Playground
  • Examples
  • Documentation
  • Download
  • Overview
  • Issue tracker
  • Docs
  • Plugins
  • Demo
  • Pricing
  • File Browser Pro
  • Sign in
Get connected wth us on social networks!

Footer

Jodit Core

  • Jodit Home page
  • Documentation
  • Playground
  • Examples
  • Github
  • Issues

Integration

  • Jodit React
  • Jodit Angular
  • Jodit Vue
  • Jodit Yii2
  • Jodit Joomla

PRO/OEM plugins

  • AutoComplete
  • Backup Plugin
  • Button Generator
  • Change case
  • Custom Color Picker
  • Emoji
  • Finder
  • Google Search
  • Paste code
  • Show Blocks
  • Virtual Keyboard
  • Tune block
  • Highlight signature
  • Google Maps Editor
  • Export in PDF
  • Page Break
  • Iframe Editor
  • Paste from Word PRO
  • Mobile View
  • ToDo List
  • Translate

Links

  • Demo PRO/OEM
  • Demo FileBrowser PRO
  • Price
  • License
  • Support
  • For resellers

Versions

  • site v.0.1.810
  • Jodit PRO v.4.6.4
  • Jodit v.4.6.2
  • All versions
2025 © Copyright: XDSoft.net <support@xdsoft.net>
  • Getting started

    • Installation
    • Usage
    • Support
    • FAQs
    • Cloud
    • Examples
  • How to

    • Create plugin
    • Add custom button
    • Add custom font in the font list
    • How to create module
    • How to generate license key
    • How to make a backend finder
    • How to set up document view
  • Modes

    • Source mode
  • Customisation

    • Theme
    • Keyboard
  • API

    • License Rest API
    • JS API
  • Changelog

  • Plugins

    • AutoComplete
    • Backup Plugin
    • Button Generator
    • Change case
    • Custom Color Picker
    • Emoji
    • Finder
    • Google Search
    • Paste code
    • Show Blocks
    • Virtual Keyboard
    • Tune block
    • Highlight signature
    • Google Maps Editor
    • Export in PDF
    • Page Break
    • Iframe Editor
    • Paste from Word PRO
    • Mobile View
    • ToDo List
    • Translate

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

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