Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WuTheFWasThat/vimflowy
/ functions
Functions
773 in github.com/WuTheFWasThat/vimflowy
⨍
Functions
773
◇
Types & classes
181
↓ 1 callers
Method
setSocketServerHost
(socketServerHost: string)
src/assets/ts/components/settings/backendSettings.tsx:75
↓ 1 callers
Method
setSocketServerPassword
(socketServerPassword: string)
src/assets/ts/components/settings/backendSettings.tsx:79
↓ 1 callers
Method
setTags
(row: Row, tags: Tags)
src/plugins/tags/index.tsx:586
↓ 1 callers
Method
shedUntil
(row: Row)
src/assets/ts/path.ts:95
↓ 1 callers
Method
stop
()
src/assets/ts/keyHandler.ts:68
↓ 1 callers
Method
swapCaseAtCursor
()
src/assets/ts/session.ts:776
↓ 1 callers
Method
swapCaseInVisual
(cursor1: Cursor, cursor2: Cursor)
src/assets/ts/session.ts:781
↓ 1 callers
Method
swapCaseInVisualLine
(rows: Array<Row>)
src/assets/ts/session.ts:796
↓ 1 callers
Method
swapDown
(path: Path = this.cursor.path)
src/assets/ts/session.ts:1215
↓ 1 callers
Method
swapUp
(path = this.cursor.path)
src/assets/ts/session.ts:1233
↓ 1 callers
Method
toggleCollapsed
(row: Row)
src/assets/ts/document.ts:441
↓ 1 callers
Method
toggleCurBlockCollapsed
()
src/assets/ts/session.ts:1247
↓ 1 callers
Function
toggleRecursiveCollapse
(session: Session, path: Path, collapse: boolean)
src/plugins/recursive_expand/index.tsx:16
↓ 1 callers
Method
transform_context
(context: ActionContext)
src/assets/ts/modes.ts:83
↓ 1 callers
Method
transform_key
(key: Key | null, context: ActionContext)
src/assets/ts/modes.ts:90
↓ 1 callers
Method
traverseSubtree
(root: Path)
src/assets/ts/document.ts:716
↓ 1 callers
Method
traverseSubtree
(root: Path)
src/plugins/daily_notes/index.tsx:406
↓ 1 callers
Method
undo
()
src/assets/ts/session.ts:344
↓ 1 callers
Method
unindent
(path: Path = this.cursor.path)
src/assets/ts/session.ts:1182
↓ 1 callers
Method
validate
(session: Session)
src/assets/ts/mutations.ts:295
↓ 1 callers
Method
visibleEnd
()
src/assets/ts/cursor.ts:213
↓ 1 callers
Method
visibleHome
()
src/assets/ts/cursor.ts:195
↓ 1 callers
Method
walkToLastVisible
(row: Row, pathsofar: Array<Row> = [])
src/assets/ts/document.ts:446
↓ 1 callers
Method
yankBlocksAtCursor
(nrows: number)
src/assets/ts/session.ts:1069
↓ 1 callers
Method
yankBlocksCloneAtCursor
(nrows: number)
src/assets/ts/session.ts:1078
↓ 1 callers
Method
yankChars
(path: Path, col: Col, nchars: number)
src/assets/ts/session.ts:820
↓ 1 callers
Method
zoomDown
()
src/assets/ts/session.ts:693
↓ 1 callers
Method
zoomIn
()
src/assets/ts/session.ts:682
↓ 1 callers
Method
zoomUp
()
src/assets/ts/session.ts:702
Function
RECORDING_LISTENER
(key: Key)
src/assets/ts/definitions/history.ts:42
Function
all
()
src/assets/ts/plugins.ts:384
Method
anchor
()
src/assets/ts/session.ts:1273
Method
applyTheme
(theme: Theme)
src/assets/ts/components/settings.tsx:156
Function
assert
(a: boolean, message = 'assert error')
src/shared/utils/errors.ts:44
Function
assert_arrays_equal
(arr_a: Array<any>, arr_b: Array<any>)
src/shared/utils/errors.ts:70
Function
assert_deep_equals
(a: any, b: any, message = 'assert_deep_equals error')
src/shared/utils/errors.ts:59
Function
assert_equals
(a: any, b: any, message = 'assert_equals error')
src/shared/utils/errors.ts:50
Function
assert_not_equals
(a: any, b: any, message = 'assert_not_equals error')
src/shared/utils/errors.ts:54
Function
asyncFilter
( arr: Array<T>, fn: (el: T) => Promise<boolean> )
src/assets/ts/utils/functional.ts:20
Function
beforeEvery
(actionName: ActionName, { session, keyStream })
src/assets/ts/modes.ts:170
Function
cancel
(ev: Event)
src/assets/ts/utils/browser.ts:73
Method
canonicalize
(x: string)
src/assets/ts/document.ts:745
Method
childRows
()
src/assets/ts/document.ts:63
Method
clone
()
src/assets/ts/document.ts:54
Method
collapsed
()
src/assets/ts/document.ts:69
Method
colorPickerRow
(name: string, theme_property: keyof Theme)
src/assets/ts/components/settings.tsx:163
Method
componentDidMount
()
src/assets/ts/components/session.tsx:165
Method
componentDidMount
()
src/assets/ts/components/menu.tsx:26
Method
componentDidMount
()
src/assets/ts/components/settings.tsx:137
Method
componentWillReceiveProps
()
src/assets/ts/components/session.tsx:161
Method
componentWillReceiveProps
(props: RowProps)
src/assets/ts/components/block.tsx:53
Method
componentWillUnmount
()
src/assets/ts/components/menu.tsx:36
Method
componentWillUnmount
()
src/assets/ts/components/settings.tsx:142
Method
constructor
(serialized: Array<SerializedBlock> = [''], options: TestCaseOptions = {})
test/testcase.ts:47
Method
constructor
( row: Row, info: RowInfo, children: Array<CachedRowInfo | null>, )
src/assets/ts/document.ts:44
Method
constructor
()
src/assets/ts/document.ts:107
Method
constructor
(store: DocumentStore, name = '')
src/assets/ts/document.ts:214
Method
constructor
()
src/assets/ts/document.ts:893
Method
constructor
(keys: Array<Key> = [])
src/assets/ts/keyHandler.ts:44
Method
constructor
(session: Session, keyBindings: KeyBindings)
src/assets/ts/keyHandler.ts:105
Method
constructor
(path: Array<Key>, definitions: KeyDefinitions)
src/assets/ts/keyBindings.ts:19
Method
constructor
(definitions: KeyDefinitions, mappings: KeyMappings)
src/assets/ts/keyBindings.ts:139
Method
constructor
(name: MotionName, description: string, definition: MotionDefinition)
src/assets/ts/keyDefinitions.ts:24
Method
constructor
(name: MotionName, description: string, definition: ActionDefinition, metadata?: ActionMetadata)
src/assets/ts/keyDefinitions.ts:64
Method
constructor
()
src/assets/ts/keyDefinitions.ts:106
Method
constructor
(parent: Path | null, row: Row)
src/assets/ts/path.ts:28
Method
constructor
(row: Row, col: Col, chars: Array<Char>)
src/assets/ts/mutations.ts:85
Method
constructor
(row: Row, col: Col, nchars: number)
src/assets/ts/mutations.ts:122
Method
constructor
( row: Row, col: Col, nchars: number, transform?: (chars: Array<Char>) => Array<Char>, newChars?: Arra
src/assets/ts/mutations.ts:166
Method
constructor
(path: Path, parent: Path, index: number)
src/assets/ts/mutations.ts:222
Method
constructor
(parent: Row, cloned_rows: Array<Row>, index: number)
src/assets/ts/mutations.ts:279
Method
constructor
(parent: Row, index: number, nrows: number = 1, options: DetachBlocksOptions = {})
src/assets/ts/mutations.ts:326
Method
constructor
(parent: Path, index: number, serialized_rows: Array<SerializedBlock>)
src/assets/ts/mutations.ts:423
Method
constructor
(row: Row)
src/assets/ts/mutations.ts:471
Method
constructor
(metadata: ModeMetadata)
src/assets/ts/modes.ts:45
Method
constructor
(clientStore: ClientStore, doc: Document, options: SessionOptions = {})
src/assets/ts/session.ts:89
Method
constructor
(options: SessionOptions = {})
src/assets/ts/session.ts:1380
Method
constructor
(session: Session)
src/assets/ts/register.ts:29
Method
constructor
(searchFn: SearchFn)
src/assets/ts/menu.ts:37
Method
constructor
( session: Session, path: Path, col: Col = 0, moveCol: Col | null = null )
src/assets/ts/cursor.ts:32
Method
constructor
(row: Row, parent: null | CursorsInfoTree = null)
src/assets/ts/cursor.ts:474
Method
constructor
(backend: SynchronousDataBackend, docname = '')
src/assets/ts/datastore.ts:72
Method
constructor
(backend: DataBackend, docname = '')
src/assets/ts/datastore.ts:216
Method
constructor
(config: Config, session: Session, bindings: KeyBindings, metadata: PluginMetadata, pluginManager: PluginsMana
src/assets/ts/plugins.ts:68
Method
constructor
(session: Session, config: Config, bindings: KeyBindings)
src/assets/ts/plugins.ts:238
Method
constructor
(mappings: HotkeyMappingPerMode)
src/assets/ts/keyMappings.ts:33
Method
constructor
(props: BreadcrumbsProps)
src/assets/ts/components/breadcrumbs.tsx:39
Method
constructor
(props: Props)
src/assets/ts/components/fileInput.tsx:31
Method
constructor
(props: Props)
src/assets/ts/components/session.tsx:40
Method
constructor
(props: Props)
src/assets/ts/components/menu.tsx:19
Method
constructor
(props: RowProps)
src/assets/ts/components/block.tsx:28
Method
constructor
(props: Props)
src/assets/ts/components/settings.tsx:71
Method
constructor
(props: Props)
src/assets/ts/components/settings/behaviorSettings.tsx:15
Method
constructor
(props: Props)
src/assets/ts/components/settings/backendSettings.tsx:22
Method
constructor
(m = '', name = 'QueueStoppedError')
src/assets/ts/utils/queue.ts:4
Method
constructor
(vals: Array<T> = [])
src/assets/ts/utils/queue.ts:19
Method
constructor
()
src/assets/ts/utils/eventEmitter.ts:16
Method
constructor
(fn: UnfolderFn<A, B>)
src/assets/ts/utils/token_unfolder.ts:54
Method
constructor
(fn: PartialUnfolderFn<A, B>)
src/assets/ts/utils/token_unfolder.ts:84
Method
constructor
()
src/assets/ts/data_backend/index.ts:13
← previous
next →
501–600 of 773, ranked by callers