MCPcopy Create free account

hub / github.com/editablejs/editable / functions

Functions1,380 in github.com/editablejs/editable

↓ 1 callersFunctionwithMarkdownSerializerTransform
(editor: Editor)
packages/plugins/plugins/src/serializer/markdown.ts:29
↓ 1 callersFunctionwithMention
(editor: T, options: MentionOptions = {})
packages/plugins/mention/src/plugin/with-mention.tsx:15
↓ 1 callersFunctionwithNormalizeNode
(editor: T)
packages/editor/src/plugin/with-normalize-node.ts:4
↓ 1 callersFunctionwithOrderedList
( editor: T, options: OrderedListOptions = {}, )
packages/plugins/list/src/ordered/plugin/with-ordered-list.tsx:75
↓ 1 callersFunctionwithPlugins
(editor: T, options: PluginOptions = {})
packages/plugins/plugins/src/index.ts:60
↓ 1 callersFunctionwithShortcuts
(editor: Editable, shortcuts: string[])
packages/plugins/blockquote/src/plugin/with-shortcuts.ts:40
↓ 1 callersFunctionwithShortcuts
(editor: Editable)
packages/plugins/link/src/plugin/with-shortcuts.ts:51
↓ 1 callersFunctionwithShortcuts
(editor: Editable)
packages/plugins/image/src/plugin/with-shortcuts.ts:51
↓ 1 callersFunctionwithShortcuts
(editor: Editable, shortcuts: string[])
packages/plugins/hr/src/plugin/with-shortcuts.ts:38
↓ 1 callersFunctionwithShortcuts
(editor: Editable, shortcuts: Record<string, MarkFormat>)
packages/plugins/mark/src/plugin/with-shortcuts.ts:57
↓ 1 callersFunctionwithShortcuts
(editor: Editable)
packages/plugins/table/src/table/plugin/with-shortcuts.ts:42
↓ 1 callersFunctionwithShortcuts
(editor: Editable, shortcuts: Record<string, HeadingType>)
packages/plugins/heading/src/plugin/with-shortcuts.ts:37
↓ 1 callersFunctionwithShortcuts
(editor: Editable, shortcuts: string[])
packages/plugins/codeblock/src/plugin/with-shortcuts.ts:39
↓ 1 callersFunctionwithShortcuts
(editor: Editable)
packages/plugins/list/src/task/plugin/with-shortcuts.ts:37
↓ 1 callersFunctionwithShortcuts
(editor: Editable, shortcuts: string[])
packages/plugins/list/src/unordered/plugin/with-shortcuts.ts:35
↓ 1 callersFunctionwithShortcuts
(editor: Editable)
packages/plugins/list/src/ordered/plugin/with-shortcuts.ts:37
↓ 1 callersFunctionwithSideToolbar
( editor: T, options: SideToolbarOptions = {}, )
packages/plugins/toolbar/src/side/plugin/with-side-toolbar.tsx:12
↓ 1 callersFunctionwithSlashToolbar
( editor: T, options: SlashToolbarOptions = {}, )
packages/plugins/toolbar/src/slash/plugin/with-slash-toolbar.tsx:17
↓ 1 callersFunctionwithTable
(editor: T, options: TableOptions = {})
packages/plugins/table/src/table/plugin/with-table.tsx:12
↓ 1 callersFunctionwithTableCell
(editor: T, options: TableCellOptions = {})
packages/plugins/table/src/cell/plugin/with-table-cell.tsx:7
↓ 1 callersFunctionwithTableRow
(editor: T, options: TableRowOptions = {})
packages/plugins/table/src/row/plugin/with-table-row.tsx:41
↓ 1 callersFunctionwithTaskList
(editor: T, options: TaskListOptions = {})
packages/plugins/list/src/task/plugin/with-task-list.tsx:100
↓ 1 callersFunctionwithTextSerializerTransform
(editor: Editor)
packages/plugins/plugins/src/serializer/text.ts:8
↓ 1 callersFunctionwithTitle
(editor: T, options: TitleOptions = {})
packages/plugins/title/src/plugin/with-title.tsx:27
↓ 1 callersFunctionwithToolbar
(editor: T, options: ToolbarOptions = {})
packages/plugins/toolbar/src/toolbar/with-toolbar.ts:18
↓ 1 callersFunctionwithUnorderedList
( editor: T, options: UnorderedListOptions = {}, )
packages/plugins/list/src/unordered/plugin/with-unordered-list.tsx:14
↓ 1 callersFunctionwithYCodeBlock
( editor: T, document: Y.Doc, awareness: Awareness, )
packages/plugins/codeblock/src/plugin/yjs/index.ts:14
↓ 1 callersFunctionwithYCursors
( editor: T, awareness: Awareness, { cursorStateField: selectionStateField = 'selection', cursor
packages/plugins/yjs/src/plugin/with-cursors.tsx:34
↓ 1 callersFunctionwithYHistory
( editor: T, { withoutSavingOrigin = DEFAULT_WITHOUT_SAVING_ORIGIN, trackedOrigins = new Set([edit
packages/plugins/yjs/src/plugin/with-history.ts:59
↓ 1 callersFunctionwithYjs
( editor: T, sharedRoot: Y.XmlText, { localOrigin, positionStorageOrigin, autoConnect = false }: WithYjs
packages/plugins/yjs/src/plugin/with-yjs.ts:148
↓ 1 callersFunctionwrapArray
* Wraps an array around itself at a given start index * Example: `wrapArray(['a', 'b', 'c', 'd'], 2) === ['c', 'd', 'a', 'b']`
packages/ui/src/menu.tsx:940
↓ 1 callersFunctionwriteClipboardDataByCommand
(data: DataTransfer)
packages/editor/src/utils/clipboard.ts:135
↓ 1 callersFunctionwriteSyncStep2
( encoder: encoding.Encoder, doc: Y.Doc, encodedStateVector?: Uint8Array, )
packages/yjs-protocols/src/sync.ts:51
FunctionAlignCenterIcon
packages/ui/src/icon.tsx:767
FunctionAlignDropdown
()
apps/docs/src/configs/toolbar-items.tsx:30
FunctionAlignJustifyIcon
packages/ui/src/icon.tsx:783
FunctionAlignLeftIcon
packages/ui/src/icon.tsx:759
FunctionAlignRightIcon
packages/ui/src/icon.tsx:775
FunctionApp
({ Component, pageProps }: AppProps)
apps/docs/src/pages/_app.tsx:11
FunctionArrowCaretDownIcon
packages/ui/src/icon.tsx:381
FunctionArrowDownIcon
packages/ui/src/icon.tsx:317
FunctionArrowLeftIcon
packages/ui/src/icon.tsx:349
FunctionArrowRightIcon
packages/ui/src/icon.tsx:365
FunctionArrowUpIcon
packages/ui/src/icon.tsx:333
FunctionAuthorCredit
({ author = 'Rachel Lee Nabors', authorLink = 'http://rachelnabors.com/', }: { author: string authorLi
apps/docs/src/components/mdx/mdx-components.tsx:142
FunctionAutoWrapIcon
packages/plugins/codeblock/src/components/icons.tsx:1
FunctionBackgroundColorIcon
packages/ui/src/icon.tsx:807
FunctionBlockquote
({ children, ...props }: JSX.IntrinsicElements['blockquote'])
apps/docs/src/components/mdx/mdx-components.tsx:70
FunctionBlockquoteIcon
packages/ui/src/icon.tsx:153
FunctionBoldIcon
packages/ui/src/icon.tsx:4
FunctionBox
({ width = '60px', height = '17px', className, customStyles, }: { width?: string height?: string
apps/docs/src/components/mdx/console-block.tsx:13
FunctionBreadcrumbs
()
apps/docs/src/components/breadcrumbs.tsx:6
FunctionBubbleInput
(props: BubbleInputProps)
packages/ui/src/switch.tsx:132
FunctionButton
({ children, onClick, active, className, style }: ButtonProps)
apps/docs/src/components/button.tsx:12
FunctionButtonLink
({ href, children, type = 'primary', size = 'md', label, target = '_self', ...props }: JSX.Intri
apps/docs/src/components/button-link.tsx:11
FunctionCaption
({ text }: { text: string })
apps/docs/src/components/mdx/diagram.tsx:12
FunctionCaret
({ position, data }: CaretProps)
packages/plugins/yjs/src/components/caret.tsx:22
FunctionChallenge
({ isRecipes, totalChallenges, currentChallenge, hasNextChallenge, handleClickNextChallenge, }: Chal
apps/docs/src/components/mdx/challenges/challenge.tsx:29
FunctionChallenges
({ children, isRecipes, titleText = isRecipes ? 'Try out some examples' : 'Try out some challenges', t
apps/docs/src/components/mdx/challenges/challenges.tsx:77
FunctionCheckIcon
packages/ui/src/icon.tsx:134
FunctionChildren
(props: Omit<Parameters<typeof useChildren>[0], 'node' | 'selection'>)
packages/editor/src/components/content.tsx:53
FunctionCloseIcon
packages/ui/src/icon.tsx:743
FunctionCodeBlock
({ children: { props: { className = 'language-js', children: code = '', meta }, }, noMargin, }: {
apps/docs/src/components/mdx/code-block/code-block.tsx:21
FunctionCodeBlockComponent
({ editor, children, attributes, element, })
packages/plugins/codeblock/src/components/codeblock.tsx:67
FunctionCodeBlockIcon
packages/ui/src/icon.tsx:818
FunctionCodeBlockPopover
({ editor, element, children, view, })
packages/plugins/codeblock/src/components/popover.tsx:33
FunctionCodeDiagram
({ children, flip = false }: CodeDiagramProps)
apps/docs/src/components/mdx/code-diagram.tsx:9
FunctionCodeIcon
packages/ui/src/icon.tsx:77
FunctionCodeStep
({ children, step }: { children: any; step: number })
apps/docs/src/components/mdx/mdx-components.tsx:30
FunctionCollapseSidebar
({ path, title, group, routes, wip, pagePath, isForceExpanded, routeTree, level = 0, targe
apps/docs/src/components/layout/sidebar/sidebar-route-tree.tsx:73
FunctionCollapseWrapper
({ isExpanded, duration, children, }: { isExpanded: boolean duration: number children: any })
apps/docs/src/components/layout/sidebar/sidebar-route-tree.tsx:19
FunctionCollectionProvider
packages/ui/src/collection.tsx:33
FunctionColorPickerGroup
({ colors, ...props })
packages/ui/src/color-picker/group.tsx:13
FunctionColorPickerItem
({ palette, color, activeColors, onSelect, })
packages/ui/src/color-picker/item.tsx:13
FunctionCompositionString
(props: { text: string })
packages/editor/src/components/string.tsx:87
FunctionConsoleBlock
({ level = 'error', children }: ConsoleBlockProps)
apps/docs/src/components/mdx/console-block.tsx:25
FunctionContentEditable
(props: EditableProps)
packages/editor/src/components/content.tsx:79
FunctionContextMenu
({ container = document.body, className, open: openProps, onOpenChange, children, side = 'right',
packages/ui/src/context-menu.tsx:186
FunctionContextMenu
({ editor, container, onSelect: onContextSelect, ...props })
packages/plugins/toolbar/src/side/components/context-menu.tsx:18
FunctionContextMenu
({ container, items, onSelect: onSelectProps, ...props })
packages/plugins/context-menu/src/components/context-menu.tsx:16
FunctionContextMenuItem
({ icon, rightText, children, disabled, href, onSelect, })
packages/ui/src/context-menu.tsx:56
FunctionContextMenuLabel
({ children, className, })
packages/ui/src/context-menu.tsx:136
FunctionContextMenuPortal
()
packages/plugins/context-menu/src/components/context-menu-portal.tsx:14
FunctionContextMenuSeparator
({ className, })
packages/ui/src/context-menu.tsx:120
FunctionContextMenuSub
({ title, icon, children, disabled })
packages/ui/src/context-menu.tsx:99
FunctionCopyIcon
packages/ui/src/icon.tsx:416
FunctionCutIcon
packages/ui/src/icon.tsx:400
FunctionDefaultTitle
({ attributes, children })
packages/plugins/title/src/plugin/with-title.tsx:13
FunctionDeprecated
({ children }: { children: React.ReactNode })
apps/docs/src/components/mdx/mdx-components.tsx:63
FunctionDiagram
({ name, alt, height, width, children, captionPosition }: DiagramProps)
apps/docs/src/components/mdx/diagram.tsx:22
FunctionDiagramGroup
({ children }: DiagramGroupProps)
apps/docs/src/components/mdx/diagram-group.tsx:7
FunctionDirectionProvider
packages/ui/src/direction.tsx:14
FunctionDivider
()
apps/docs/src/components/mdx/mdx-components.tsx:56
FunctionDownloadButton
({ providedFiles }: { providedFiles: Array<string> })
apps/docs/src/components/mdx/sandpack/download-button.tsx:30
FunctionDownloadIcon
packages/ui/src/icon.tsx:735
FunctionDragIcon
packages/ui/src/icon.tsx:464
FunctionDragging
()
packages/plugins/table/src/components/dragging.tsx:5
FunctionEditableProvider
(props: { editor: Editable value?: Descendant[] children: React.ReactNode onChange?: (value: Descendan
packages/editor/src/components/editable.tsx:10
FunctionElement
(props: { element: SlateElement selection: Range | null renderPlaceholder?: PlaceholderRender })
packages/editor/src/components/element.tsx:24
FunctionErrorMessage
({ error, ...props }: { error: ErrorType })
apps/docs/src/components/mdx/sandpack/error-message.tsx:11
← previousnext →701–800 of 1,380, ranked by callers