Indent plugin

Added indent/outdent buttons

Jodit.make('#editor', {
  indentMargin: 30
});

indent

indent(editor): void

Indents the line containing the selection or insertion point.

Parameters

Name Type
editor IJodit

Returns

void

Defined in

jodit/src/plugins/indent/indent.ts:25