Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baskinwind/rich-editor
/ functions
Functions
366 in github.com/baskinwind/rich-editor
⨍
Functions
366
◇
Types & classes
78
Method
constructor
(tag: string = "div", children: (string | Block)[] = [], editor?: Editor)
src/components/custom-collection.ts:47
Method
constructor
(type: HeadingEnum, text?: string, editor?: Editor)
src/components/heading.ts:89
Method
constructor
(content: string)
src/components/character.ts:8
Method
constructor
(text: string = "", editor?: Editor)
src/components/paragraph.ts:47
Method
constructor
( row: number, col: number, head: tableCellType[] | boolean = true, rows: tableCellType[][
src/components/table.ts:49
Method
constructor
( size: number, cellType: TableCellEnum = TableCellEnum.td, children: tableCellType[] = [],
src/components/table.ts:177
Method
constructor
( cellType: TableCellEnum = TableCellEnum.td, children: tableCellType = "", editor?: Editor,
src/components/table.ts:257
Method
constructor
(editor: Editor)
src/view/dom-view.ts:12
Method
constructor
(editor: Editor)
src/operator/index.ts:17
Method
constructor
(idOrElement: string | HTMLElement, option: EditorOption)
src/editor/index.ts:40
Method
constructor
(editor: Editor)
src/editor/manage/article-manage.ts:10
Method
constructor
(editor: Editor)
src/editor/manage/store-manage.ts:9
Method
constructor
(editor: Editor)
src/editor/manage/history-manage.ts:31
Method
constructor
(component: Component)
src/decorate/index.ts:13
Function
create
(componentFactory: ComponentFactory, json: JSONType)
src/components/block.ts:19
Method
create
(componentFactory: ComponentFactory, json: JSONType)
src/components/code-block.ts:14
Method
create
(componentFactory: ComponentFactory, json: JSONType)
src/components/inline-image.ts:13
Method
create
(componentFactory: ComponentFactory, json: JSONType)
src/components/media.ts:23
Method
create
(componentFactory: ComponentFactory, raw: JSONType)
src/components/custom-collection.ts:19
Method
create
(componentFactory: ComponentFactory, json: JSONType)
src/components/article.ts:13
Method
create
(componentFactory: ComponentFactory, json: JSONType)
src/components/heading.ts:53
Method
create
(componentFactory: ComponentFactory, json: JSONType)
src/components/paragraph.ts:13
Method
create
(componentFactory: ComponentFactory, json: JSONType)
src/components/table.ts:169
Method
create
(componentFactory: ComponentFactory, raw: JSONType)
src/components/table.ts:247
Method
create
(componentFactory: ComponentFactory, raw: JSONType)
src/components/table.ts:325
Function
createChildren
(componentFactory: ComponentFactory, json: JSONType)
src/components/content-collection.ts:17
Function
createEmpty
()
src/components/block.ts:114
Function
createEmpty
()
src/components/structure-collection.ts:10
Method
createEmpty
()
src/components/code-block.ts:48
Method
createEmpty
()
src/components/custom-collection.ts:122
Method
createEmpty
()
src/components/heading.ts:124
Method
createEmpty
()
src/components/paragraph.ts:51
Method
createEmpty
()
src/components/table.ts:340
Function
customerBlockStyle
()
dev/index.js:123
Function
customerImage
()
dev/index.js:173
Function
customerInlineImage
()
dev/index.js:159
Function
customerInlineStyle
()
dev/index.js:104
Function
data
()
dev/index.js:35
Function
deleteText
()
dev/index.js:89
Function
destory
()
src/components/block.ts:100
Function
destory
()
src/components/structure-collection.ts:157
Function
destory
()
src/components/component.ts:95
Function
exchange
(editor: Editor, newBlock: BlockType, ...args: any[])
src/selection/exchange.ts:8
Method
exchange
(componentFactory: ComponentFactory, block: Block, args: any[] = [])
src/components/code-block.ts:20
Method
exchange
(componentFactory: ComponentFactory, block: Block, args: any[] = [])
src/components/custom-collection.ts:29
Method
exchange
(componentFactory: ComponentFactory, block: Block)
src/components/paragraph.ts:22
Method
exchange
()
src/components/table.ts:332
Function
exchangeTo
(builder: BlockType, args: any[] = [])
src/components/block.ts:37
Method
exchangeTo
(builder: BlockType, args: any[])
src/components/heading.ts:103
Method
exchangeTo
()
src/components/table.ts:336
Function
findChildrenIndex
(idOrBlock: string | Block)
src/components/structure-collection.ts:14
Function
formatChildren
()
src/components/content-collection.ts:193
Function
getChild
(index: number)
src/components/collection.ts:59
Method
getColSize
()
src/components/table.ts:83
Function
getComponentFactory
()
src/components/block.ts:150
Method
getData
()
src/decorate/index.ts:45
Function
getJSON
()
src/components/content-collection.ts:222
Function
getJSON
()
src/components/structure-collection.ts:151
Function
getJSON
()
src/components/component.ts:82
Function
getJSON
()
src/components/plain-text.ts:96
Method
getJSON
()
src/components/code-block.ts:54
Method
getJSON
()
src/components/inline-image.ts:24
Method
getJSON
()
src/components/media.ts:116
Method
getJSON
()
src/components/custom-collection.ts:132
Method
getJSON
()
src/components/article.ts:60
Method
getJSON
()
src/components/heading.ts:134
Method
getJSON
()
src/components/character.ts:13
Method
getJSON
()
src/components/table.ts:301
Function
getNext
(idOrBlock: string | T)
src/components/structure-collection.ts:142
Function
getParent
()
src/components/block.ts:132
Function
getPrev
(idOrBlock: string | T)
src/components/structure-collection.ts:133
Method
getRowSize
()
src/components/table.ts:73
Function
getSize
()
src/components/collection.ts:65
Function
getSize
()
src/components/block.ts:138
Function
getSize
()
src/components/plain-text.ts:92
Method
getStyle
()
src/decorate/index.ts:20
Function
getType
()
src/components/component.ts:78
Method
getType
()
src/components/media.ts:112
Method
getType
()
src/components/list.ts:138
Method
getType
()
src/components/custom-collection.ts:128
Method
getType
()
src/components/heading.ts:130
Method
hasHead
()
src/components/table.ts:123
Function
indent
()
dev/index.js:143
Function
init
()
src/components/block.ts:35
Function
init
()
src/view/base-view.ts:11
Method
init
()
src/editor/manage/store-manage.ts:13
Method
init
()
src/editor/manage/history-manage.ts:35
Function
insertImage
()
dev/index.js:163
Function
insertInlineImage
()
dev/index.js:150
Function
isEmpty
()
src/components/collection.ts:55
Function
isEmpty
()
src/components/block.ts:110
Method
isEmpty
()
src/components/table.ts:272
Function
italic
()
dev/index.js:92
Function
logHtml
()
dev/index.js:64
Function
logRawData
()
dev/index.js:67
Function
modifyContentDecorate
( start: number = 0, end: number = -1, style?: AnyObject, data?: AnyObject, )
src/components/content-collection.ts:47
Function
modifyContentDecorate
(start: number, end: number, style?: AnyObject, data?: AnyObject)
src/components/block.ts:68
Function
modifyDecorate
(style?: AnyObject, data?: AnyObject)
src/components/component.ts:61
Function
modifyDecorate
( editor: Editor, style?: AnyObject, data?: AnyObject, focus: boolean = true, )
src/selection/modify-decorate.ts:8
Function
modifyStyle
(name, value)
dev/index.js:120
← previous
next →
201–300 of 366, ranked by callers