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
_attachChildren
(parent: Row, new_children: Array<Row>, index = -1)
src/assets/ts/document.ts:624
↓ 2 callers
Method
_childrenKey_
(row: Row)
src/assets/ts/datastore.ts:282
↓ 2 callers
Method
_collapsedKey_
(row: Row)
src/assets/ts/datastore.ts:288
↓ 2 callers
Method
_deregisterMapping
(mode: string, keySequence: Array<Key>, name: string)
src/assets/ts/keyMappings.ts:76
↓ 2 callers
Method
_detachedParentKey_
(row: Row)
src/assets/ts/datastore.ts:285
↓ 2 callers
Method
_docSettingKey_
(setting: string)
src/assets/ts/datastore.ts:116
↓ 2 callers
Method
_fromMoveCol
(cursorOptions: CursorOptions = {})
src/assets/ts/cursor.ts:90
↓ 2 callers
Method
_joinRows
(first: Path, second: Path, options: {delimiter?: string} = {})
src/assets/ts/session.ts:932
↓ 2 callers
Method
_lastIDKey_
()
src/assets/ts/datastore.ts:273
↓ 2 callers
Method
_lastSaveKey_
()
src/assets/ts/data_backend/index.ts:47
↓ 2 callers
Method
_lastSaveKey_
()
src/assets/ts/data_backend/index.ts:82
↓ 2 callers
Method
_lastViewrootKey_
()
src/assets/ts/datastore.ts:120
↓ 2 callers
Method
_macrosKey_
()
src/assets/ts/datastore.ts:123
↓ 2 callers
Method
_parentsKey_
(row: Row)
src/assets/ts/datastore.ts:279
↓ 2 callers
Method
_pluginDataKey_
(plugin: string, key: string)
src/assets/ts/datastore.ts:292
↓ 2 callers
Method
_prevChar
()
src/assets/ts/cursor.ts:171
↓ 2 callers
Method
_processKeys
(keyStream: KeyStream)
src/assets/ts/keyHandler.ts:170
↓ 2 callers
Method
_registerMapping
(mode: string, keySequence: Array<Key>, name: string)
src/assets/ts/keyMappings.ts:47
↓ 2 callers
Method
_removeChild
(parent_row: Row, row: Row)
src/assets/ts/document.ts:522
↓ 2 callers
Method
_restoreViewState
(state: ViewState)
src/assets/ts/session.ts:338
↓ 2 callers
Method
_setChildren
(row: Row, children: Array<Row>)
src/assets/ts/document.ts:372
↓ 2 callers
Method
_setCol
(col: Col)
src/assets/ts/cursor.ts:59
↓ 2 callers
Method
_setMarksToRows
(mark_to_rows: MarksToRows)
src/plugins/marks/index.tsx:487
↓ 2 callers
Method
_setParents
(row: Row, parent_rows: Array<Row>)
src/assets/ts/document.ts:383
↓ 2 callers
Method
_setRowsToMarks
(rows_to_marks: RowsToMarks)
src/plugins/marks/index.tsx:481
↓ 2 callers
Method
_setRowsToTags
(rows_to_tags: RowsToTags)
src/plugins/tags/index.tsx:443
↓ 2 callers
Method
_setTagsToRows
(tag_to_rows: TagsToRows)
src/plugins/tags/index.tsx:449
↓ 2 callers
Method
_settingKey_
(setting: string)
src/assets/ts/datastore.ts:111
↓ 2 callers
Method
_settingKey_
(setting: string)
src/assets/ts/datastore.ts:296
↓ 2 callers
Method
addCharsAfterCursor
(chars: Chars)
src/assets/ts/session.ts:738
↓ 2 callers
Method
addLinked
(linkedNode: Path, row: number, createInDailyNode: boolean = false)
src/plugins/daily_notes/index.tsx:261
↓ 2 callers
Function
addStrikeThrough
(session: Session, row: Row)
src/plugins/todo/index.tsx:44
↓ 2 callers
Method
addTag
(row: Row, tag: Tag)
src/plugins/tags/index.tsx:554
↓ 2 callers
Method
atVisibleStart
()
src/assets/ts/cursor.ts:159
↓ 2 callers
Method
attachChild
(parent: Path, child: Path, index = -1)
src/assets/ts/document.ts:613
↓ 2 callers
Method
backIfNeeded
()
src/assets/ts/cursor.ts:125
↓ 2 callers
Method
beginningWord
(options: WordMovementOptions = {})
src/assets/ts/cursor.ts:252
↓ 2 callers
Method
changeTimeCurrentPath
(delta_minutes: number)
src/plugins/time_tracking/index.tsx:176
↓ 2 callers
Method
changeView
(path: Path)
src/assets/ts/session.ts:657
↓ 2 callers
Method
createClone
(row: Row, tag: Tag)
src/plugins/clone_tags/index.tsx:55
↓ 2 callers
Method
createDailyNode
(id: string, dt: Date, mark: string | null)
src/plugins/daily_notes/index.tsx:454
↓ 2 callers
Method
cursorBetween
()
src/assets/ts/components/session.tsx:169
↓ 2 callers
Method
delBlock
(path: Path, options: DelBlockOptions)
src/assets/ts/session.ts:1016
↓ 2 callers
Method
delBlocksAtCursor
(nrows: number, options = {})
src/assets/ts/session.ts:1038
↓ 2 callers
Method
delCharsBeforeCursor
(nchars: number, options: DelCharsOptions = {})
src/assets/ts/session.ts:761
↓ 2 callers
Method
empty
()
src/shared/utils/logger.ts:91
↓ 2 callers
Method
enable
(name: string)
src/assets/ts/plugins.ts:278
↓ 2 callers
Method
enable
()
src/plugins/tags/index.tsx:71
↓ 2 callers
Method
end
(cursorOptions: CursorOptions = {})
src/assets/ts/cursor.ts:190
↓ 2 callers
Method
endWord
(options: WordMovementOptions = {})
src/assets/ts/cursor.ts:272
↓ 2 callers
Method
exit
(session: Session, newMode?: ModeId)
src/assets/ts/modes.ts:75
↓ 2 callers
Method
exportContent
(mimetype: string)
src/assets/ts/session.ts:260
↓ 2 callers
Method
findNextChar
(char: string, options: WordMovementOptions = {})
src/assets/ts/cursor.ts:351
↓ 2 callers
Method
findPrevChar
(char: string, options: WordMovementOptions = {})
src/assets/ts/cursor.ts:384
↓ 2 callers
Method
fixCursorForMode
()
src/assets/ts/session.ts:432
↓ 2 callers
Method
flush
()
src/shared/utils/logger.ts:82
↓ 2 callers
Method
forceLoadTree
(row = this.root.row, ignoreCollapsed = false)
src/assets/ts/document.ts:276
↓ 2 callers
Method
getAncestryPaths
(stop: Path = Path.root())
src/assets/ts/path.ts:50
↓ 2 callers
Method
getChildRange
(path: Path, min: number, max: number)
src/assets/ts/document.ts:705
↓ 2 callers
Function
getCurrentTheme
(clientStore: ClientStore)
src/assets/ts/components/settings.tsx:57
↓ 2 callers
Function
getLineHeight
()
src/assets/ts/app.tsx:284
↓ 2 callers
Method
getLinkedNode
(id: string)
src/plugins/daily_notes/index.tsx:313
↓ 2 callers
Method
getMacros
()
src/assets/ts/datastore.ts:128
↓ 2 callers
Method
getMarkMatches
(line: string)
src/plugins/marks/index.tsx:606
↓ 2 callers
Method
getMarkPath
(mark: string)
src/plugins/clone_tags/index.tsx:76
↓ 2 callers
Method
getMarkPath
(mark: string)
src/plugins/deadlines/index.tsx:194
↓ 2 callers
Method
getRepeat
( keyStream: KeyStream, key: string )
src/assets/ts/keyHandler.ts:287
↓ 2 callers
Method
getSiblingOffset
(path: Path, offset: number)
src/assets/ts/document.ts:683
↓ 2 callers
Method
getSiblings
(path: Path)
src/assets/ts/document.ts:400
↓ 2 callers
Method
getVisualLineSelections
()
src/assets/ts/session.ts:1293
↓ 2 callers
Method
home
()
src/assets/ts/cursor.ts:185
↓ 2 callers
Method
importContent
(content: string, mimetype: string)
src/assets/ts/session.ts:245
↓ 2 callers
Method
inTagRoot
(row: Row, tag: Tag)
src/plugins/clone_tags/index.tsx:46
↓ 2 callers
Method
init
(props: RowProps)
src/assets/ts/components/block.tsx:33
↓ 2 callers
Method
init
()
src/plugins/deadlines/index.tsx:78
↓ 2 callers
Method
initDailyMarks
()
src/plugins/daily_notes/index.tsx:120
↓ 2 callers
Method
isClone
(row: Row)
src/assets/ts/document.ts:460
↓ 2 callers
Method
isHasRows
(path: Path | null, searchRows: number[])
src/plugins/daily_notes/index.tsx:238
↓ 2 callers
Function
isStruckThrough
(session: Session, row: Row)
src/plugins/todo/index.tsx:35
↓ 2 callers
Method
listen
()
src/assets/ts/keyEmitter.ts:111
↓ 2 callers
Method
loadEmpty
()
src/assets/ts/document.ts:887
↓ 2 callers
Method
loadRow
(row: Row, info: RowInfo)
src/assets/ts/document.ts:115
↓ 2 callers
Method
loadTo
( // TODO: serialized is a SerializedBlock serialized: any, parent_path = this.root, index = -1, i
src/assets/ts/document.ts:829
↓ 2 callers
Method
log
()
src/shared/utils/logger.ts:55
↓ 2 callers
Method
markVisual
()
src/assets/ts/cursor.ts:526
↓ 2 callers
Method
modifyTimeForRow
(row: Row, delta: number)
src/plugins/time_tracking/index.tsx:270
↓ 2 callers
Method
newLineAbove
()
src/assets/ts/session.ts:893
↓ 2 callers
Method
newLineAtCursor
()
src/assets/ts/session.ts:912
↓ 2 callers
Method
newLineBelow
( options: {setCursor?: string, cursorOptions?: CursorOptions} = {} )
src/assets/ts/session.ts:863
↓ 2 callers
Method
nextWord
(options: WordMovementOptions = {})
src/assets/ts/cursor.ts:306
↓ 2 callers
Method
once
(event: string, listener: Listener)
src/assets/ts/utils/eventEmitter.ts:48
↓ 2 callers
Function
pad
(num: number, length: number, padChar: string = '0')
src/plugins/time_tracking/index.tsx:29
↓ 2 callers
Method
parseDate
(text: string)
src/plugins/deadlines/index.tsx:142
↓ 2 callers
Method
parseMarkMatch
(match: string)
src/plugins/marks/index.tsx:622
↓ 2 callers
Method
paste
(options: PasteOptions = {})
src/assets/ts/register.ts:69
↓ 2 callers
Method
playRecording
(recording: Array<Key>)
src/assets/ts/keyHandler.ts:116
↓ 2 callers
Method
queueKey
(key: Key)
src/assets/ts/keyHandler.ts:137
↓ 2 callers
Method
registerMode
(metadata: ModeMetadata)
src/assets/ts/plugins.ts:120
↓ 2 callers
Method
removeListener
(event: string, listener: Listener)
src/assets/ts/utils/eventEmitter.ts:57
↓ 2 callers
Function
removeStrikeThrough
(session: Session, row: Row)
src/plugins/todo/index.tsx:49
← previous
next →
201–300 of 773, ranked by callers