MCPcopy Create free account
hub / github.com/editablejs/editable / indent-editor.ts

File indent-editor.ts

packages/plugins/indent/src/plugin/indent-editor.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Editable } from '@editablejs/editor'
2import { Editor, Path, Transforms, Node, Element, Range } from '@editablejs/models'
3import { DEFAULT_SIZE, INDENT_KEY } from '../constants'
4import { Indent } from '../interfaces/indent'

Callers

nothing calls this directly

Calls 3

setTextIndentFunction · 0.90
setLineIndentFunction · 0.90
getMethod · 0.80

Tested by

no test coverage detected