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
↓ 2 callers
Method
removeTag
(row: Row, tag: Tag)
src/plugins/tags/index.tsx:571
↓ 2 callers
Method
render
()
src/assets/ts/components/spinner.tsx:8
↓ 2 callers
Method
saveChars
(save: Line)
src/assets/ts/register.ts:40
↓ 2 callers
Method
saveClonedRows
(save: Array<Row>)
src/assets/ts/register.ts:52
↓ 2 callers
Method
saveSerializedRows
(save: Array<SerializedBlock>)
src/assets/ts/register.ts:46
↓ 2 callers
Method
scroll
(npages: number)
src/assets/ts/session.ts:1324
↓ 2 callers
Function
scrollDiv
($elem: any, amount: number)
src/assets/ts/utils/browser.ts:9
↓ 2 callers
Method
select
()
src/assets/ts/menu.ts:81
↓ 2 callers
Method
serializeRow
(row = this.root.row)
src/assets/ts/document.ts:772
↓ 2 callers
Method
setChildRows
(childRows: Array<Row>)
src/assets/ts/document.ts:90
↓ 2 callers
Method
setChildren
(children: Array<CachedRowInfo | null>)
src/assets/ts/document.ts:76
↓ 2 callers
Method
setCurBlockCollapsed
(collapsed: boolean)
src/assets/ts/session.ts:1255
↓ 2 callers
Method
setMappings
(mappings: HotkeyMappingPerMode)
src/assets/ts/keyMappings.ts:38
↓ 2 callers
Method
setMark
(path: Path, mark: string | null)
src/plugins/daily_notes/index.tsx:400
↓ 2 callers
Method
setParentRows
(parentRows: Array<Row>)
src/assets/ts/document.ts:94
↓ 2 callers
Method
setRowData
(row: Row, keytype: string, value: any)
src/plugins/time_tracking/index.tsx:200
↓ 2 callers
Method
setStream
(stream: STREAM)
src/shared/utils/logger.ts:73
↓ 2 callers
Method
startAnchor
()
src/assets/ts/session.ts:1283
↓ 2 callers
Function
start_search
(searchRoot: Path, session: Session)
src/assets/ts/definitions/menu.tsx:8
↓ 2 callers
Method
stopAnchor
()
src/assets/ts/session.ts:1287
↓ 2 callers
Function
timeout
(ns: number)
src/assets/ts/datastore.ts:174
↓ 2 callers
Method
toggleLogging
(forceValue?: boolean)
src/plugins/time_tracking/index.tsx:214
↓ 2 callers
Function
transform_insert_key
(key: Key)
src/assets/ts/modes.ts:121
↓ 2 callers
Method
tryJump
(jump: JumpLogEntry)
src/assets/ts/session.ts:584
↓ 2 callers
Method
updateCachedPluginData
(row: Row)
src/assets/ts/document.ts:298
↓ 2 callers
Method
updateChildren
(cachedRow: CachedRowInfo)
src/assets/ts/document.ts:171
↓ 2 callers
Method
updateEnabledPlugins
()
src/assets/ts/plugins.ts:268
↓ 2 callers
Method
validate
(_session: Session)
src/assets/ts/mutations.ts:63
↓ 2 callers
Function
validateRowInsertion
( session: Session, parent_id: number, id: number, options: {noSiblingCheck?: boolean} = {} )
src/assets/ts/mutations.ts:35
↓ 2 callers
Method
viewable
(path: Path)
src/assets/ts/session.ts:443
↓ 2 callers
Method
walkFrom
(ancestor: Path)
src/assets/ts/path.ts:81
↓ 2 callers
Method
yankBetween
(cursor1: Cursor, cursor2: Cursor, options: {includeEnd?: boolean} = {})
src/assets/ts/session.ts:829
↓ 2 callers
Method
yankBlocks
(path: Path, nrows: number)
src/assets/ts/session.ts:1061
↓ 2 callers
Method
yankBlocksClone
(path: Path, nrows: number)
src/assets/ts/session.ts:1073
↓ 2 callers
Method
yankRowAtCursor
()
src/assets/ts/session.ts:843
↓ 2 callers
Method
zoomOut
()
src/assets/ts/session.ts:676
↓ 1 callers
Method
_addToJumpHistory
(jump_fn: () => Promise<void>)
src/assets/ts/session.ts:568
↓ 1 callers
Method
_hasChild
(parent_row: Row, row: Row)
src/assets/ts/document.ts:516
↓ 1 callers
Method
_isStruckThroughOldFormat
(row: Row)
src/assets/ts/datastore.ts:311
↓ 1 callers
Method
_move
(child_row: Row, old_parent_row: Row, new_parent_row: Row, index = -1)
src/assets/ts/document.ts:590
↓ 1 callers
Method
_rebuildTotalTime
(row: Row)
src/plugins/time_tracking/index.tsx:275
↓ 1 callers
Method
_setMark
(row: Row, mark: Mark)
src/plugins/marks/index.tsx:516
↓ 1 callers
Method
_setTag
(row: Row, tag: Tag)
src/plugins/tags/index.tsx:489
↓ 1 callers
Method
_unsetMark
(row: Row, mark: Mark)
src/plugins/marks/index.tsx:530
↓ 1 callers
Method
_unsetTag
(row: Row, tag: Tag)
src/plugins/tags/index.tsx:510
↓ 1 callers
Method
addCreatedToday
(row: number)
src/plugins/daily_notes/index.tsx:291
↓ 1 callers
Method
addHook
(event: string, transform: Hook)
src/assets/ts/utils/eventEmitter.ts:75
↓ 1 callers
Method
addListener
(event: string, listener: Listener)
src/assets/ts/utils/eventEmitter.ts:35
↓ 1 callers
Method
addMapping
(name: string, keys: Array<Key>)
src/assets/ts/keyBindings.ts:105
↓ 1 callers
Method
addMappingHelper
( keys: Array<Key>, index: number, name: string, mapped: Action | Motion )
src/assets/ts/keyBindings.ts:46
↓ 1 callers
Method
attachChildren
(parent: Path, new_children: Array<Path>, index = -1)
src/assets/ts/document.ts:617
↓ 1 callers
Method
auth
(email: string, password: string)
src/assets/ts/data_backend/index.ts:151
↓ 1 callers
Method
beforeEvery
(actionName: ActionName, context: ActionContext)
src/assets/ts/modes.ts:68
↓ 1 callers
Function
broadcast
(message: Object)
server/socket_server.ts:48
↓ 1 callers
Method
bubbleUpdate
(row: Row)
src/assets/ts/document.ts:131
↓ 1 callers
Method
checkDailyMarks
()
src/plugins/daily_notes/index.tsx:329
↓ 1 callers
Method
checkDeleted
(info: CachedRowInfo)
src/plugins/daily_notes/index.tsx:210
↓ 1 callers
Method
checkDeleted
(info: CachedRowInfo)
src/plugins/deadlines/index.tsx:172
↓ 1 callers
Method
checkForDates
(path: Path, text?: string)
src/plugins/daily_notes/index.tsx:183
↓ 1 callers
Method
checkForDates
(path: Path, text?: string)
src/plugins/deadlines/index.tsx:83
↓ 1 callers
Method
checkNewDay
()
src/plugins/daily_notes/index.tsx:134
↓ 1 callers
Method
checkRowTextChanged
(oldPath: Path, newPath: Path)
src/plugins/daily_notes/index.tsx:164
↓ 1 callers
Method
clearRowAtCursor
(options: {yank?: boolean})
src/assets/ts/session.ts:812
↓ 1 callers
Function
composeActions
( name: ActionName, description: string, parts: Array<Action | Motion> )
src/assets/ts/keyDefinitions.ts:73
↓ 1 callers
Method
connect
(host: string, password: string, docname: string)
src/assets/ts/data_backend/index.ts:218
↓ 1 callers
Function
copyToClipboard
(text: string, richText?: string)
src/assets/ts/app.tsx:517
↓ 1 callers
Method
createBlock
(path: Path, text: string, isCollapsed: boolean = true, plugins?: any)
src/plugins/clone_tags/index.tsx:105
↓ 1 callers
Method
createBlock
(path: Path, text: string, isCollapsed: boolean = true, plugins?: any)
src/plugins/deadlines/index.tsx:235
↓ 1 callers
Method
createDailyNotesRoot
()
src/plugins/daily_notes/index.tsx:449
↓ 1 callers
Method
createDeadlineClone
(row: Row, thisDate: Date)
src/plugins/deadlines/index.tsx:110
↓ 1 callers
Method
createDeadlinesRoot
()
src/plugins/deadlines/index.tsx:253
↓ 1 callers
Method
createTagRoot
(tag: Tag)
src/plugins/clone_tags/index.tsx:121
↓ 1 callers
Method
curLine
()
src/assets/ts/session.ts:715
↓ 1 callers
Method
curLineLength
()
src/assets/ts/session.ts:723
↓ 1 callers
Method
deleteClone
(row: Row, tag: Tag)
src/plugins/clone_tags/index.tsx:63
↓ 1 callers
Method
deregisterAction
(name: string)
src/assets/ts/plugins.ts:165
↓ 1 callers
Method
deregisterDefaultMappings
(mode: ModeId, mappings: HotkeyMapping)
src/assets/ts/plugins.ts:139
↓ 1 callers
Method
deregisterHook
(who: Emitter, event: string, transform: Hook)
src/assets/ts/plugins.ts:203
↓ 1 callers
Method
deregisterListener
(who: Emitter, event: string, listener: Listener)
src/assets/ts/plugins.ts:187
↓ 1 callers
Function
deregisterMode
(mode: ModeMetadata)
src/assets/ts/modes.ts:117
↓ 1 callers
Method
deregisterMode
(metadata: ModeMetadata)
src/assets/ts/plugins.ts:128
↓ 1 callers
Method
deregisterModeMappings
(mode: string, mappings: HotkeyMapping)
src/assets/ts/keyMappings.ts:98
↓ 1 callers
Method
deregisterMotion
(name: string)
src/assets/ts/plugins.ts:152
↓ 1 callers
Method
deserialize
(serialized: SerializedRegister)
src/assets/ts/register.ts:62
↓ 1 callers
Method
dropAll
()
src/assets/ts/keyHandler.ts:80
↓ 1 callers
Method
empty
()
src/assets/ts/keyHandler.ts:53
↓ 1 callers
Method
empty
()
src/assets/ts/utils/queue.ts:28
↓ 1 callers
Method
enable
()
src/plugins/clone_tags/index.tsx:34
↓ 1 callers
Method
enable
()
src/plugins/marks/index.tsx:68
↓ 1 callers
Method
enqueue
(val: Key)
src/assets/ts/keyHandler.ts:64
↓ 1 callers
Method
enqueue
(val: T)
src/assets/ts/utils/queue.ts:61
↓ 1 callers
Method
enter
(session: Session, oldMode?: ModeId)
src/assets/ts/modes.ts:52
↓ 1 callers
Method
exit
()
src/assets/ts/session.ts:120
↓ 1 callers
Method
expectRegister
(expected: SerializedRegister)
test/testcase.ts:227
↓ 1 callers
Method
fetchAndRerender
()
src/assets/ts/components/session.tsx:151
↓ 1 callers
Method
finish
(other: Unfolder<A, B>)
src/assets/ts/utils/token_unfolder.ts:101
↓ 1 callers
Method
get
(key: string)
server/data_backends.ts:42
↓ 1 callers
Method
getAction
( keyStream: KeyStream, key: Key, bindings: KeyBindingsTree, context: ActionContext )
src/assets/ts/keyHandler.ts:223
↓ 1 callers
Function
getBackend
(docname: string)
server/socket_server.ts:23
↓ 1 callers
Method
getCollapsed
(row: Row)
src/assets/ts/datastore.ts:344
← previous
next →
301–400 of 773, ranked by callers