MCPcopy Create free account

hub / github.com/baskinwind/rich-editor / functions

Functions366 in github.com/baskinwind/rich-editor

↓ 1 callersMethodgetTable
(block: Block)
src/components/table.ts:24
↓ 1 callersFunctionhandleRecallQueue
(editor: Editor)
src/util/update-component.ts:27
↓ 1 callersFunctionindent
(editor: Editor, block: Block)
src/selection/modify-indent.ts:9
↓ 1 callersMethodinit
()
src/editor/manage/article-manage.ts:15
↓ 1 callersMethodisEmpty
()
src/decorate/index.ts:102
↓ 1 callersMethodisSame
(decorate?: Decorate)
src/decorate/index.ts:78
↓ 1 callersFunctionloadIframe
()
src/editor/create-editor.ts:26
↓ 1 callersMethodmergeData
(data?: AnyObject)
src/decorate/index.ts:48
↓ 1 callersMethodmergeStyle
(style?: AnyObject)
src/decorate/index.ts:23
↓ 1 callersFunctionmodifyTable
( editor: Editor, option: { row?: number; col?: number; head?: boolean; }, )
src/selection/modify-table.ts:6
↓ 1 callersMethodnewArticle
(article?: JSONType | Article)
src/editor/manage/article-manage.ts:52
↓ 1 callersMethodonArrow
(direction: DirectionType, event: KeyboardEvent)
src/operator/index.ts:70
↓ 1 callersMethodonBackspace
(start: Cursor, end: Cursor, event: KeyboardEvent)
src/operator/index.ts:66
↓ 1 callersMethodonBlur
(event: FocusEvent)
src/operator/index.ts:21
↓ 1 callersMethodonClick
(event: MouseEvent)
src/operator/index.ts:23
↓ 1 callersMethodonCommand
(start: Cursor, end: Cursor, key: string, shift: boolean, event: KeyboardEvent)
src/operator/index.ts:76
↓ 1 callersMethodonCut
(event: ClipboardEvent)
src/operator/index.ts:45
↓ 1 callersMethodonDoubleClick
(event: MouseEvent)
src/operator/index.ts:39
↓ 1 callersMethodonEnter
(start: Cursor, end: Cursor, event: KeyboardEvent)
src/operator/index.ts:62
↓ 1 callersMethodonKeyDown
(event: KeyboardEvent)
src/operator/index.ts:103
↓ 1 callersMethodonPaste
(event: ClipboardEvent)
src/operator/index.ts:52
↓ 1 callersMethodonSave
()
src/operator/index.ts:56
↓ 1 callersMethodonTab
(start: Cursor, end: Cursor, event: KeyboardEvent)
src/operator/index.ts:60
↓ 1 callersFunctionoutdent
(editor: Editor, block: Block)
src/selection/modify-indent.ts:37
↓ 1 callersFunctionpaste
(editor: Editor, event: ClipboardEvent)
src/operator/paste.ts:8
↓ 1 callersMethodreceive
(block: Block)
src/components/custom-collection.ts:100
↓ 1 callersMethodrecordSnapshoot
(component: Component)
src/editor/manage/history-manage.ts:103
↓ 1 callersMethodsave
()
src/editor/manage/article-manage.ts:75
↓ 1 callersMethodsendTo
(block: Block)
src/components/custom-collection.ts:96
↓ 1 callersMethodsetCol
(col: number)
src/components/table.ts:119
↓ 1 callersMethodsetHead
(head: boolean)
src/components/table.ts:127
↓ 1 callersMethodsetHeading
(type: HeadingEnum = HeadingEnum.h1)
src/components/heading.ts:95
↓ 1 callersMethodsetListType
(type: ListType = ListType.ul)
src/components/list.ts:61
↓ 1 callersMethodsetRow
(row: number)
src/components/table.ts:99
↓ 1 callersMethodsetSize
(size: number)
src/components/table.ts:204
↓ 1 callersMethodstyleIsEmpty
()
src/decorate/index.ts:38
↓ 1 callersFunctionupdate
(editor: Editor, component: Component)
src/util/update-component.ts:64
↓ 1 callersFunctionwalkCollection
( structureCollection: StructureCollection<Block>, callback: (block: Block) => boolean, )
src/selection/get-selected-id-list.ts:5
Method$off
(eventName?: string, fn?: Function)
src/editor/event.ts:16
Functionadd
(index: number, ...inline: Inline[] | string[])
src/components/content-collection.ts:71
Functionadd
(index: number, ...children: (string | Component)[])
src/components/block.ts:80
Functionadd
(index: number, ...blockList: T[])
src/components/structure-collection.ts:32
Functionadd
(index: number, string: string)
src/components/plain-text.ts:28
FunctionaddChildren
(index: number, componentList: T[])
src/components/collection.ts:13
FunctionaddChildren
(index: number, componentList: T[])
src/components/structure-collection.ts:20
MethodaddCol
(index: number)
src/components/table.ts:87
FunctionaddEmptyParagraph
(bottom: boolean)
src/components/content-collection.ts:163
FunctionaddEmptyParagraph
(bottom: boolean)
src/components/block.ts:72
MethodaddEmptyParagraph
(bottom: boolean)
src/components/table.ts:296
FunctionaddInto
(collection: StructureCollection<Block>, index: number = -1)
src/components/block.ts:45
FunctionaddInto
(collection: ContentCollection, index: number = -1)
src/components/inline.ts:11
FunctionaddLink
()
dev/index.js:111
MethodaddRow
(index: number)
src/components/table.ts:77
FunctionaddTable
()
dev/index.js:130
FunctionaddText
(text: string, index?: number)
src/components/content-collection.ts:151
Functionbold
()
dev/index.js:86
MethodbuildArticle
()
src/factory/index.ts:46
MethodbuildArticle
( id: string, getChildren: () => HTMLElement[], style: AnyObject, data: AnyObject, )
src/view/dom-view.ts:26
MethodbuildCharacterList
(id: string, text: string, style: AnyObject, data: AnyObject)
src/view/dom-view.ts:313
MethodbuildCodeBlock
( id: string, content: string, language: string, style: AnyObject, data: AnyObject, )
src/view/dom-view.ts:232
MethodbuildCustomCollection
(tag: string = "div", children: string[] = [])
src/factory/index.ts:50
MethodbuildCustomCollection
( id: string, tag: string, getChildren: () => HTMLElement[], style: AnyObject, data: AnyOb
src/view/dom-view.ts:50
MethodbuildHeading
(type: HeadingEnum, text?: string)
src/factory/index.ts:67
MethodbuildHeading
( id: string, type: HeadingEnum, getChildren: () => HTMLElement[], style: AnyObject, data:
src/view/dom-view.ts:206
MethodbuildInlineImage
(src: string)
src/factory/index.ts:83
MethodbuildInlineImage
(id: string, src: string, style: AnyObject, data: AnyObject)
src/view/dom-view.ts:362
MethodbuildList
(type: ListEnum = ListEnum.ul, children: string[] = [])
src/factory/index.ts:54
MethodbuildList
( id: string, listType: ListType, getChildren: () => HTMLElement[], style: AnyObject, data
src/view/dom-view.ts:142
MethodbuildListItem
(list: HTMLElement, structureType: StructureType)
src/view/dom-view.ts:167
MethodbuildParagraph
(text?: string)
src/factory/index.ts:71
MethodbuildParagraph
( id: string, getChildren: () => HTMLElement[], style: AnyObject, data: AnyObject, )
src/view/dom-view.ts:180
MethodbuildTable
( row: number, col: number, head: string[] = [], children: (string[] | string)[][] = [], )
src/factory/index.ts:58
MethodbuildTable
( id: string, getChildren: () => HTMLElement[], style: AnyObject, data: AnyObject, )
src/view/dom-view.ts:75
MethodbuildTableCell
( id: string, cellType: "th" | "td", getChildren: () => HTMLElement[], style: AnyObject, d
src/view/dom-view.ts:120
MethodbuildTableRow
( id: string, getChildren: () => HTMLElement[], style: AnyObject, data: AnyObject, )
src/view/dom-view.ts:100
MethodbuildeAudio
(id: string, src: string, style: AnyObject, data: AnyObject)
src/view/dom-view.ts:285
MethodbuildeAudio
(id: string, src: string, style: AnyObject, data: AnyObject)
src/view/html-view.ts:150
MethodbuildeImage
(id: string, src: string, style: AnyObject, data: AnyObject)
src/view/dom-view.ts:253
MethodbuildeImage
(id: string, src: string, style: AnyObject, data: AnyObject)
src/view/html-view.ts:141
MethodbuildeVideo
(id: string, src: string, style: AnyObject, data: AnyObject)
src/view/dom-view.ts:299
MethodbuildeVideo
(id: string, src: string, style: AnyObject, data: AnyObject)
src/view/html-view.ts:156
FunctionchildHeadDelete
(block: T)
src/components/structure-collection.ts:115
MethodchildHeadDelete
(block: Block)
src/components/custom-collection.ts:80
MethodchildHeadDelete
(block: Block)
src/components/article.ts:31
MethodchildHeadDelete
(tableItem: TableItem)
src/components/table.ts:287
FunctionclearStyle
()
dev/index.js:101
Functionclone
()
src/components/block.ts:118
Functioncode
()
dev/index.js:98
FunctioncomponentWillChange
()
src/components/block.ts:142
Functionconstructor
(text: string = "", editor?: Editor)
src/components/content-collection.ts:40
Functionconstructor
(editor?: Editor)
src/components/block.ts:28
Functionconstructor
()
src/components/component.ts:56
Functionconstructor
(content: string = "", editor?: Editor)
src/components/plain-text.ts:19
Functionconstructor
()
src/view/base-view.ts:7
Methodconstructor
(component: Component)
src/record/index.ts:7
Methodconstructor
(editor?: Editor)
src/factory/index.ts:31
Methodconstructor
(content: string = "", language: string = "", editor?: Editor)
src/components/code-block.ts:37
Methodconstructor
(src: string = "")
src/components/inline-image.ts:19
Methodconstructor
(mediaType: MediaType, src: string, editor?: Editor)
src/components/media.ts:29
Methodconstructor
(type: ListType = ListType.ul, children: string[] = [], editor?: Editor)
src/components/list.ts:55
← previousnext →101–200 of 366, ranked by callers