MCPcopy Create free account

hub / github.com/editablejs/editable / functions

Functions1,380 in github.com/editablejs/editable

↓ 1 callersFunctionfindCurrentLineRange
(editor: Editable, parentRange: Range)
packages/editor/src/utils/lines.ts:29
↓ 1 callersFunctionfindFirstElementChild
(el: DOMElement)
packages/plugins/toolbar/src/side/components/side-toolbar.tsx:35
↓ 1 callersFunctionfindImages
(editor: Editable, force = false)
packages/plugins/image/src/create-viewer.tsx:10
↓ 1 callersFunctionfindItem
(items: DropdownItem[])
packages/ui/src/dropdown.tsx:119
↓ 1 callersFunctionfindItem
(items: SelectItem[])
packages/ui/src/select.tsx:85
↓ 1 callersFunctionfindLineKey
(rect: DOMRect)
packages/editor/src/utils/selection.ts:42
↓ 1 callersFunctionfindMatchedRange
(editor: Editor, at: Point, shortcuts: string[])
packages/plugins/blockquote/src/plugin/with-shortcuts.ts:5
↓ 1 callersFunctionfindMatchedRange
(editor: Editor, at: Point)
packages/plugins/link/src/plugin/with-shortcuts.ts:5
↓ 1 callersFunctionfindMatchedRange
(editor: Editor, at: Point)
packages/plugins/image/src/plugin/with-shortcuts.ts:5
↓ 1 callersFunctionfindMatchedRange
(editor: Editor, at: Point, shortcuts: string[])
packages/plugins/hr/src/plugin/with-shortcuts.ts:5
↓ 1 callersFunctionfindMatchedRange
(editor: Editor, at: Point, shortcuts: Record<string, MarkFormat>)
packages/plugins/mark/src/plugin/with-shortcuts.ts:5
↓ 1 callersFunctionfindMatchedRange
(editor: Editor, at: Point)
packages/plugins/table/src/table/plugin/with-shortcuts.ts:6
↓ 1 callersFunctionfindMatchedRange
(editor: Editor, at: Point, shortcuts: Record<string, HeadingType>)
packages/plugins/heading/src/plugin/with-shortcuts.ts:6
↓ 1 callersFunctionfindMatchedRange
(editor: Editor, at: Point, shortcuts: string[])
packages/plugins/codeblock/src/plugin/with-shortcuts.ts:5
↓ 1 callersFunctionfindMatchedRange
(editor: Editor, at: Point)
packages/plugins/list/src/task/plugin/with-shortcuts.ts:5
↓ 1 callersFunctionfindMatchedRange
(editor: Editor, at: Point, shortcuts: string[])
packages/plugins/list/src/unordered/plugin/with-shortcuts.ts:5
↓ 1 callersFunctionfindMatchedRange
(editor: Editor, at: Point)
packages/plugins/list/src/ordered/plugin/with-shortcuts.ts:5
↓ 1 callersFunctionfindNearbyNodes
(nodes: Element[], x: number, y: number)
packages/editor/src/utils/nearby.ts:129
↓ 1 callersMethodflush
* Delete database
packages/yjs-websocket/src/server/mongodb/adapter.ts:88
↓ 1 callersFunctionformatStr
(...inputArgs: any[])
apps/docs/src/components/mdx/sandpack/console.tsx:33
↓ 1 callersFunctionforwardRefWithAs
( comp: ( props: PropsFromAs<ComponentType, Props>, ref: React.RefObject<any>, ) => React.ReactEle
apps/docs/src/utils/forward-ref-with-as.tsx:77
↓ 1 callersMethodfromYRange
* @param yrange
packages/plugins/codeblock/src/plugin/yjs/sync.ts:84
↓ 1 callersFunctiongetAbsolutePositionsInYText
( absolutePositions: Record<string, Y.AbsolutePosition>, yText: Y.XmlText, parentPath = '', )
packages/yjs-transform/src/position.ts:144
↓ 1 callersFunctiongetBreadcrumbs
( path: string, currentRoute: RouteItem, breadcrumbs: RouteItem[] = [], )
apps/docs/src/components/layout/use-route-meta.tsx:100
↓ 1 callersFunctiongetCaretPosition
( selectionRects: CursorRect[], isBackward: boolean, isCollapsed: boolean, )
packages/plugins/yjs/src/utils/selection.ts:4
↓ 1 callersFunctiongetCharOffsetForward
(text: string, offset: number)
packages/editor/src/utils/text.ts:40
↓ 1 callersFunctiongetCharRange
(text: string, offset: number)
packages/editor/src/utils/text.ts:51
↓ 1 callersFunctiongetClasses
(isActive: boolean)
apps/docs/src/components/layout/nav/nav-link.tsx:14
↓ 1 callersMethodgetCollectionNames
()
packages/yjs-websocket/src/server/mongodb/adapter.ts:80
↓ 1 callersFunctiongetColor
(message: SandpackMessageConsoleMethods)
apps/docs/src/components/mdx/sandpack/console.tsx:20
↓ 1 callersFunctiongetContent
( objName: string, objType: ContentType, doc: WSSharedDoc, )
packages/yjs-websocket/src/server/callback.ts:60
↓ 1 callersFunctiongetContrastingColor
(color: { hsl: HslaColor hex: string rgb: RgbaColor hsv: HsvaColor oldHue: any source:
packages/ui/src/color-picker/item.tsx:48
↓ 1 callersFunctiongetCurrentUpdateClock
(adapter: MongoAdapter, docName: string)
packages/yjs-websocket/src/server/mongodb/utils.ts:87
↓ 1 callersFunctiongetEditableChild
( parent: DOMElement, index: number, direction: 'forward' | 'backward', )
packages/editor/src/utils/dom.ts:103
↓ 1 callersFunctiongetExitSideFromRect
(point: Point, rect: DOMRect)
packages/ui/src/hooks/use-pointer-in-transit.ts:13
↓ 1 callersFunctiongetFiles
(dir)
apps/docs/src/pages/[[...markdownPath]].js:205
↓ 1 callersFunctiongetHeaderAnchors
()
apps/docs/src/components/layout/use-toc-highlight.tsx:5
↓ 1 callersFunctiongetHighlightLines
* * @param meta string provided after the language in a markdown block * @returns array of lines to highlight * @example * ```js {1-3,7} [[1, 1, 2
apps/docs/src/components/mdx/code-block/code-block.tsx:341
↓ 1 callersFunctiongetHull
(points: Readonly<Array<P>>)
packages/ui/src/hooks/use-pointer-in-transit.ts:64
↓ 1 callersFunctiongetHullPresorted
(points: Readonly<Array<P>>)
packages/ui/src/hooks/use-pointer-in-transit.ts:77
↓ 1 callersFunctiongetInlineDecorators
( code: string, meta: string, )
apps/docs/src/components/mdx/code-block/code-block.tsx:300
↓ 1 callersFunctiongetInlineHighlights
* * @param meta string provided after the language in a markdown block * @returns InlineHighlight[] * @example * ```js {1-3,7} [[1, 1, 'count'], [
apps/docs/src/components/mdx/code-block/code-block.tsx:361
↓ 1 callersFunctiongetLineDecorators
( code: string, meta: string, )
apps/docs/src/components/mdx/code-block/code-block.tsx:278
↓ 1 callersMethodgetMaxListeners
()
packages/editor/src/plugin/emitter.ts:37
↓ 1 callersFunctiongetMessages
(children: React.ReactNode)
apps/docs/src/components/mdx/terminal-block.tsx:23
↓ 1 callersFunctiongetOptions
(editable: Editable)
packages/plugins/toolbar/src/side/options.ts:16
↓ 1 callersFunctiongetOptions
(editor: Editor)
packages/plugins/alignment/src/options.ts:12
↓ 1 callersFunctiongetOptions
(editor: Editor)
packages/plugins/leading/src/options.ts:11
↓ 1 callersFunctiongetOptions
(editor: Editor)
packages/plugins/indent/src/options.ts:14
↓ 1 callersFunctiongetPointsFromRect
(rect: DOMRect)
packages/ui/src/hooks/use-pointer-in-transit.ts:33
↓ 1 callersFunctiongetRouteMeta
(searchPath: string, currentRoute: RouteItem, ctx: RouteMeta = {})
apps/docs/src/components/layout/use-route-meta.tsx:73
↓ 1 callersFunctiongetScrollPositionFromPointer
( pointerPos: number, pointerOffset: number, sizes: Sizes, dir: Direction = 'ltr', )
packages/ui/src/scroll-area.tsx:987
↓ 1 callersFunctiongetSegments
(file)
apps/docs/src/pages/[[...markdownPath]].js:218
↓ 1 callersFunctiongetStoredPosition
(sharedRoot: Y.XmlText, key: string)
packages/yjs-transform/src/position.ts:70
↓ 1 callersFunctiongetStoredPositions
(sharedRoot: Y.XmlText)
packages/yjs-transform/src/position.ts:79
↓ 1 callersFunctiongetStoredPositionsAbsolute
(sharedRoot: Y.XmlText)
packages/yjs-transform/src/position.ts:90
↓ 1 callersFunctiongetSyntaxHighlight
(theme: any)
apps/docs/src/components/mdx/code-block/code-block.tsx:230
↓ 1 callersFunctiongetTextContent
()
packages/editor/src/components/string.tsx:80
↓ 1 callersFunctiongetTextOffset
( node: Text, x: number, y: number, start: number, end: number, length: number, )
packages/editor/src/utils/text.ts:220
↓ 1 callersFunctiongetType
(message: SandpackMessageConsoleMethods)
apps/docs/src/components/mdx/sandpack/console.tsx:8
↓ 1 callersFunctiongetWordBackward
(text: string, offset: number)
packages/editor/src/utils/text.ts:119
↓ 1 callersFunctiongetWordForward
(text: string, offset: number)
packages/editor/src/utils/text.ts:140
↓ 1 callersFunctiongetWordOffsetBackward
(text: string, offset: number)
packages/editor/src/utils/text.ts:136
↓ 1 callersFunctiongetWordOffsetForward
(text: string, offset: number)
packages/editor/src/utils/text.ts:157
↓ 1 callersFunctiongetWordRange
(text: string, offset: number)
packages/editor/src/utils/text.ts:161
↓ 1 callersFunctiongetYDoc
( docname: string, gc: boolean = true, initialValue?: Element, callback?: UpdateCallback, )
packages/yjs-websocket/src/server/utils.ts:168
↓ 1 callersFunctionhandleAndDispatchCustomEvent
( name: string, handler: ((event: E) => void) | undefined, detail: { originalEvent: OriginalEvent } & (E
packages/ui/src/dismissable-layer.tsx:323
↓ 1 callersFunctionhandleAndDispatchPointerDownOutsideEvent
()
packages/ui/src/dismissable-layer.tsx:231
↓ 1 callersFunctionhandleDocumentMouseUp
(event: MouseEvent | TouchEvent)
packages/editor/src/components/content.tsx:189
↓ 1 callersFunctionhandleDragScroll
(event: React.PointerEvent<HTMLElement>)
packages/ui/src/scroll-area.tsx:709
↓ 1 callersFunctionhandleRootMouseDown
(e: React.MouseEvent | React.TouchEvent)
packages/editor/src/components/content.tsx:380
↓ 1 callersFunctionhandleSelect
(e: Event, v: string)
packages/ui/src/dropdown.tsx:66
↓ 1 callersFunctionhandleSelect
(e: Event, v: string)
packages/ui/src/select.tsx:105
↓ 1 callersFunctionhandleSelectNav
(index: number)
apps/docs/src/components/mdx/challenges/navigation.tsx:50
↓ 1 callersFunctionhandleTriggerLeave
(event: PointerEvent)
packages/ui/src/hooks/use-pointer-in-transit.ts:157
↓ 1 callersFunctionhandleTypeaheadSearch
(key: string)
packages/ui/src/menu.tsx:237
↓ 1 callersFunctionhasShadowRoot
()
packages/editor/src/utils/dom.ts:49
↓ 1 callersFunctionhtmlAttributesToString
(attributes: Record<string, any>)
packages/serializer/src/utils/dom.ts:23
↓ 1 callersFunctioniframeWrapperPosition
()
apps/docs/src/components/mdx/sandpack/preview.tsx:151
↓ 1 callersFunctioninitPersistence
(options: PersistenceOptions, contentField = 'content')
packages/yjs-websocket/src/server/persistence.ts:39
↓ 1 callersMethodinsertFile
(file: File, at?: Range)
packages/editor/src/plugin/editable.ts:142
↓ 1 callersMethodinsertFromClipboard
(at?: Range)
packages/editor/src/plugin/editable.ts:140
↓ 1 callersMethodinsertTextFromClipboard
(at?: Range)
packages/editor/src/plugin/editable.ts:141
↓ 1 callersFunctionisDOMComment
(value: any)
packages/models/src/utils/dom.ts:34
↓ 1 callersFunctionisEditingContent
(event: any)
apps/docs/src/components/search.tsx:39
↓ 1 callersFunctionisFollowingX
(rect: DOMRect, node: Node, other: NearbyNode)
packages/editor/src/utils/nearby.ts:37
↓ 1 callersFunctionisFollowingY
(rect: DOMRect, node: Node, other: NearbyNode)
packages/editor/src/utils/nearby.ts:21
↓ 1 callersFunctionisGrid
(editor: SlateEditor, value: any)
packages/models/src/interfaces/editor.ts:176
↓ 1 callersFunctionisGridCell
(editor: SlateEditor, value: any)
packages/models/src/interfaces/editor.ts:184
↓ 1 callersFunctionisGridRow
(editor: SlateEditor, value: any)
packages/models/src/interfaces/editor.ts:180
↓ 1 callersFunctionisPointInPolygon
(point: Point, polygon: Polygon)
packages/ui/src/menu.tsx:981
↓ 1 callersFunctionisPointInPolygon
(point: Point, polygon: Polygon)
packages/ui/src/hooks/use-pointer-in-transit.ts:45
↓ 1 callersFunctionisPointerInGraceArea
(event: React.PointerEvent, area?: Polygon)
packages/ui/src/menu.tsx:998
↓ 1 callersFunctionisPreElement
(node: HTMLElement)
packages/plugins/codeblock/src/deserializer/html.ts:12
↓ 1 callersFunctionisPrecedingY
(rect: DOMRect, node: Node, other: NearbyNode)
packages/editor/src/utils/nearby.ts:13
↓ 1 callersFunctionisTouch
(event: any)
packages/editor/src/utils/event.ts:19
↓ 1 callersFunctionloadLinter
()
apps/docs/src/components/mdx/sandpack/use-sandpack-lint.tsx:17
↓ 1 callersFunctionmain
()
packages/breaker/src/generate_data.ts:18
↓ 1 callersFunctionmarks
(editor: SlateEditor)
packages/models/src/interfaces/editor.ts:86
↓ 1 callersFunctionmatch
(element: DOMElement)
packages/editor/src/utils/selection.ts:210
← previousnext →401–500 of 1,380, ranked by callers