MCPcopy Index your code

hub / github.com/editablejs/editable / functions

Functions1,380 in github.com/editablejs/editable

↓ 2 callersFunctiontChildren
()
packages/serializer/src/markdown.ts:52
↓ 2 callersMethodtoYPos
* Helper function to transform an absolute index position to a Yjs-based relative position * (https://docs.yjs.dev/api/relative-positions). *
packages/plugins/codeblock/src/plugin/yjs/sync.ts:47
↓ 2 callersFunctiontoggleIndent
(editor: IndentEditor, size: number, mode: IndentMode = 'auto')
packages/plugins/indent/src/plugin/with-indent.tsx:177
↓ 2 callersFunctiontransform
(node: Node)
packages/serializer/src/text.ts:23
↓ 2 callersFunctionupdateActiveLink
()
apps/docs/src/components/layout/use-toc-highlight.tsx:26
↓ 2 callersFunctionupdateStatus
(status: ImageLoadingStatus)
packages/ui/src/avatar.tsx:124
↓ 2 callersFunctionuseAvatarContext
()
packages/ui/src/avatar.tsx:20
↓ 2 callersFunctionuseChildren
(props: { node: Ancestor selection: Range | null renderPlaceholder?: PlaceholderRender })
packages/editor/src/hooks/use-children.tsx:16
↓ 2 callersFunctionuseContextMenuOpen
(editor: Editable)
packages/plugins/context-menu/src/store.ts:56
↓ 2 callersFunctionuseContextMenuSize
()
packages/ui/src/context-menu.tsx:181
↓ 2 callersFunctionuseContextMenuStore
(editor: Editable)
packages/plugins/context-menu/src/store.ts:47
↓ 2 callersFunctionuseControllableState
({ prop, defaultProp, onChange = () => {}, }: UseControllableStateParams<T>)
packages/ui/src/hooks/use-controllable-state.ts:12
↓ 2 callersFunctionuseCursorStore
(editor: Editor)
packages/plugins/yjs/src/hooks/use-cursor-store.ts:5
↓ 2 callersFunctionuseDecorateStore
()
packages/editor/src/hooks/use-decorate.ts:7
↓ 2 callersFunctionuseDirection
(localDir?: Direction)
packages/ui/src/direction.tsx:21
↓ 2 callersFunctionuseDragMethods
()
packages/editor/src/hooks/use-drag.ts:67
↓ 2 callersFunctionuseDragTo
()
packages/editor/src/hooks/use-drag.ts:38
↓ 2 callersFunctionuseDragging
()
packages/editor/src/hooks/use-drag.ts:18
↓ 2 callersFunctionuseInlineToolbarOpen
( editor: Editable, )
packages/plugins/toolbar/src/inline/store.ts:36
↓ 2 callersFunctionuseInlineToolbarStore
(editor: Editable)
packages/plugins/toolbar/src/inline/store.ts:27
↓ 2 callersFunctionuseLocaleStore
(editor: Editable)
packages/editor/src/hooks/use-locale.ts:7
↓ 2 callersFunctionuseMentionSearchValue
(editor: Editor)
packages/plugins/mention/src/hooks/use-mention-search.ts:5
↓ 2 callersFunctionuseMentionStore
(editor: Editor)
packages/plugins/mention/src/hooks/use-mention-store.ts:5
↓ 2 callersFunctionuseMenuSubContext
()
packages/ui/src/menu.tsx:692
↓ 2 callersFunctionusePendingRoute
()
apps/docs/src/hooks/usePendingRoute.ts:4
↓ 2 callersFunctionusePlaceholder
(node: Node)
packages/editor/src/hooks/use-placeholder.ts:22
↓ 2 callersFunctionusePlaceholderStore
()
packages/editor/src/hooks/use-placeholder.ts:9
↓ 2 callersFunctionusePointerOpen
({ triggerEl, contentEl, trigger, open: openProp, defaultOpen = false, onOpenChange, disableHove
packages/ui/src/hooks/use-pointer-open.ts:36
↓ 2 callersFunctionusePopperContext
()
packages/ui/src/popper.tsx:41
↓ 2 callersFunctionuseRemoteStates
(editor: Editor)
packages/plugins/yjs/src/hooks/use-remote-states.ts:8
↓ 2 callersFunctionuseScrollbarContext
()
packages/ui/src/scroll-area.tsx:666
↓ 2 callersFunctionuseSideToolbarMenuOpen
(editor: Editable)
packages/plugins/toolbar/src/side/store.ts:64
↓ 2 callersFunctionuseSize
(element: HTMLElement | null)
packages/ui/src/hooks/use-size.ts:4
↓ 2 callersFunctionuseSlashToolbarOpen
(editor: Editor)
packages/plugins/toolbar/src/slash/hooks/use-slash-toolbar-open.ts:7
↓ 2 callersFunctionuseSlotActive
(component: React.FC)
packages/editor/src/hooks/use-slot.ts:17
↓ 2 callersFunctionuseSlotComponents
()
packages/editor/src/hooks/use-slot.ts:12
↓ 2 callersFunctionuseStateMachine
( initialState: MachineState<M>, machine: M & Machine<MachineState<M>>, )
packages/ui/src/hooks/use-state-machine.ts:12
↓ 2 callersFunctionuseTableDragging
()
packages/plugins/table/src/hooks/use-drag.ts:36
↓ 2 callersFunctionuseTableOptions
(editor: Editor)
packages/plugins/table/src/table/options.ts:31
↓ 2 callersFunctionuseTableStore
()
packages/plugins/table/src/context.ts:18
↓ 2 callersFunctionuseViewer
()
packages/plugins/image/src/hooks/use-viewer.ts:5
↓ 2 callersFunctionuseViewerStore
()
packages/plugins/image/src/hooks/use-viewer-store.ts:5
↓ 2 callersFunctionwithAwarenessSelection
(awareness: Awareness, field?: string)
packages/yjs-protocols/src/awareness-selection.ts:110
↓ 2 callersFunctionwriteClipboardData
(data: DataTransfer)
packages/editor/src/utils/clipboard.ts:193
↓ 2 callersFunctionwriteStateVector
( adapter: MongoAdapter, docName: string, sv: Uint8Array, clock: number, )
packages/yjs-websocket/src/server/mongodb/utils.ts:106
↓ 2 callersFunctionyTextToEditorElement
(yText: Y.XmlText)
packages/yjs-transform/src/index.ts:7
↓ 1 callersFunction_convertMongoUpdates
(docs: WithId<Document>[])
packages/yjs-websocket/src/server/mongodb/utils.ts:74
↓ 1 callersFunctionabsolutePositionToEditorPoint
( sharedRoot: Y.XmlText, editorRoot: Node, { type, index, assoc }: Y.AbsolutePosition, )
packages/yjs-transform/src/position.ts:28
↓ 1 callersFunctionadaptiveExpandColumnWidthInContainer
( editor: Editor, colsWidth: number[], minWidth = 5, )
packages/plugins/table/src/table/utils.ts:36
↓ 1 callersFunctionaddLevel
(list: List, level = 0)
packages/plugins/list/src/task/deserializer/html.ts:63
↓ 1 callersFunctionaddLevel
(list: List, level = 0)
packages/plugins/list/src/unordered/deserializer/html.ts:41
↓ 1 callersFunctionaddLevel
(list: List, level = 0)
packages/plugins/list/src/ordered/deserializer/html.ts:41
↓ 1 callersMethodaddTrackedOrigin
(origin: any)
packages/plugins/codeblock/src/plugin/yjs/undomanager.ts:16
↓ 1 callersFunctionaddUnlinkedScrollListener
(node: HTMLElement, handler = () => {})
packages/ui/src/scroll-area.tsx:1032
↓ 1 callersFunctionapplyDelta
(node: Element, editorPath: Path, delta: Delta)
packages/plugins/yjs/src/apply-to-editor/text-event.ts:15
↓ 1 callersFunctionapplyEditorOp
(sharedRoot: Y.XmlText, editorRoot: Node, op: Operation)
packages/plugins/yjs/src/apply-to-yjs/index.ts:16
↓ 1 callersFunctionapplyYjsEvents
( sharedRoot: Y.XmlText, editor: YjsEditor, events: Y.YEvent<Y.XmlText>[], )
packages/plugins/yjs/src/apply-to-editor/index.ts:60
↓ 1 callersFunctioncalculateNestedToc
(toc: Toc)
apps/docs/src/components/mdx/mdx-components.tsx:266
↓ 1 callersFunctioncallbackHandler
(doc: WSSharedDoc, options: CallbackOptions)
packages/yjs-websocket/src/server/callback.ts:12
↓ 1 callersFunctioncallbackRequest
(url: URL, timeout: number, data: any)
packages/yjs-websocket/src/server/callback.ts:34
↓ 1 callersFunctioncanRedo
(editor: Editor)
packages/plugins/yjs/src/plugin/with-history.ts:31
↓ 1 callersFunctioncanRedo
(editor: Editor)
packages/plugins/history/src/history-editor.ts:58
↓ 1 callersFunctioncanUndo
(editor: Editor)
packages/plugins/yjs/src/plugin/with-history.ts:27
↓ 1 callersFunctioncanUndo
(editor: Editor)
packages/plugins/history/src/history-editor.ts:62
↓ 1 callersFunctionchangeRotate
(rotate: number)
packages/plugins/image/src/components/image.tsx:222
↓ 1 callersFunctionchangeStyle
(style: ImageStyle)
packages/plugins/image/src/components/image.tsx:218
↓ 1 callersFunctioncheck
(parent)
apps/docs/plugins/remark-smartypants.js:5
↓ 1 callersFunctioncheckMarkdownSyntax
(text: string, html: string)
apps/docs/src/configs/check-markdown-syntax.ts:2
↓ 1 callersFunctionclamp
(value: number, [min, max]: [number, number])
packages/ui/src/utils.ts:65
↓ 1 callersFunctionclearCapturedData
(editor: Editable)
packages/plugins/toolbar/src/side/weak-map.ts:22
↓ 1 callersFunctionclearMentionTriggerData
(editor: Editor)
packages/plugins/mention/src/weak-map.ts:19
↓ 1 callersFunctionclearSlashTriggerData
(editor: Editor)
packages/plugins/toolbar/src/slash/weak-map.ts:19
↓ 1 callersFunctionclearUpdatesRange
( adapter: MongoAdapter, docName: string, from: number, to: number, )
packages/yjs-websocket/src/server/mongodb/utils.ts:14
↓ 1 callersFunctioncloneDeep
(yText: Y.XmlText)
packages/yjs-transform/src/clone.ts:15
↓ 1 callersFunctioncloseIfNeeded
()
apps/docs/src/components/layout/nav/nav.tsx:75
↓ 1 callersFunctioncompareStyle
(style: CSSStyleDeclaration)
packages/plugins/list/src/styles.tsx:77
↓ 1 callersFunctioncomposeEventHandlers
( originalEventHandler?: (event: E) => void, ourEventHandler?: (event: E) => void, { checkForDefaultPrev
packages/editor/src/utils/event.ts:1
↓ 1 callersMethodconnect
()
packages/yjs-websocket/src/server/mongodb/adapter.ts:30
↓ 1 callersMethodconnectBc
()
packages/yjs-websocket/src/index.ts:506
↓ 1 callersFunctioncreateCollection
(name: string)
packages/ui/src/collection.tsx:14
↓ 1 callersFunctioncreateContextMenuItems
(editor: Editable)
apps/docs/src/configs/context-menu-items.tsx:7
↓ 1 callersFunctioncreateHistoryProtocol
(editor: Editor)
packages/protocols/src/history.ts:31
↓ 1 callersFunctioncreateInlineToolbarItems
(editor: Editable)
apps/docs/src/configs/inline-toolbar-items.tsx:26
↓ 1 callersFunctioncreatePalette
(colors: Colors)
packages/ui/src/color-picker/palette.ts:10
↓ 1 callersFunctioncreateProviderProtocol
(editor: Editor)
packages/protocols/src/provider.ts:28
↓ 1 callersFunctioncreateSideToolbarItems
(editor: Editable, range: Range, element: Element)
apps/docs/src/configs/side-toolbar-items.tsx:15
↓ 1 callersFunctioncreateSlashToolbarItems
(editor: Editable, value: string)
apps/docs/src/configs/slash-toolbar-items.tsx:14
↓ 1 callersFunctioncreateToolbarItems
(editor: Editable)
apps/docs/src/configs/toolbar-items.tsx:53
↓ 1 callersFunctioncreateViewer
(editor: Editable)
packages/plugins/image/src/create-viewer.tsx:37
↓ 1 callersFunctioncssStyleToString
(style: Partial<CSSStyleDeclaration>)
packages/serializer/src/utils/dom.ts:8
↓ 1 callersFunctiondecodeMongodbStateVector
(buf: Uint8Array)
packages/yjs-websocket/src/server/mongodb/utils.ts:157
↓ 1 callersMethoddestroy
()
packages/yjs-protocols/src/awareness.ts:88
↓ 1 callersMethoddestroy
()
packages/yjs-websocket/src/server/utils.ts:153
↓ 1 callersMethoddisconnectBc
()
packages/yjs-websocket/src/index.ts:541
↓ 1 callersMethoddropCollection
(collectionName: string)
packages/yjs-websocket/src/server/mongodb/adapter.ts:93
↓ 1 callersFunctionedges
()
packages/models/src/interfaces/grid.ts:961
↓ 1 callersFunctioneditorNodesToInsertDelta
(nodes: T[])
packages/yjs-transform/src/index.ts:24
↓ 1 callersFunctioneditorPathOffsetToYOffset
(element: Element, pathOffset: number)
packages/yjs-transform/src/location.ts:14
↓ 1 callersFunctionendPoint
(root: Node, at: Point)
packages/models/src/interfaces/editor.ts:65
↓ 1 callersFunctionfindCheckbox
(el: DOMNode | null)
packages/plugins/list/src/task/deserializer/html.ts:13
← previousnext →301–400 of 1,380, ranked by callers