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
↓ 5 callers
Method
_getRowsToMarks
()
src/plugins/marks/index.tsx:478
↓ 5 callers
Method
_sanityCheckMarks
()
src/plugins/marks/index.tsx:491
↓ 5 callers
Method
_sanityCheckTags
()
src/plugins/tags/index.tsx:453
↓ 5 callers
Method
canonicalPath
(row: Row)
src/assets/ts/document.ts:472
↓ 5 callers
Method
createBlock
(path: Path, text: string, isCollapsed: boolean = true, plugins?: any)
src/plugins/daily_notes/index.tsx:431
↓ 5 callers
Method
delBlocks
( parent: Row, index: number, nrows: number, options: DelBlockOptions = {} )
src/assets/ts/session.ts:1023
↓ 5 callers
Method
getSiblingBefore
(path: Path)
src/assets/ts/document.ts:675
↓ 5 callers
Method
getSiblingRange
(path: Path, min_offset: number, max_offset: number)
src/assets/ts/document.ts:691
↓ 5 callers
Method
isRoot
()
src/assets/ts/path.ts:33
↓ 5 callers
Method
left
()
src/assets/ts/cursor.ts:110
↓ 5 callers
Method
off
(event: string, listener: Listener)
src/assets/ts/utils/eventEmitter.ts:68
↓ 5 callers
Method
prevVisible
(path: Path)
src/assets/ts/session.ts:493
↓ 5 callers
Method
registerComposedAction
( name: ActionName, description: string, part_names: Array<string> )
src/assets/ts/keyDefinitions.ts:135
↓ 5 callers
Method
set
(row: Row, cachedRow: CachedRowInfo)
src/assets/ts/document.ts:146
↓ 5 callers
Method
setInfo
(info: RowInfo)
src/assets/ts/document.ts:79
↓ 5 callers
Method
setLine
(row: Row, line: Line)
src/assets/ts/document.ts:319
↓ 5 callers
Method
str
()
src/assets/ts/mutations.ts:60
↓ 5 callers
Method
update
(row: Row, updateFn: (info: CachedRowInfo) => CachedRowInfo, force?: boolean)
src/assets/ts/document.ts:151
↓ 4 callers
Method
_get
(key: string, default_value: T)
src/assets/ts/datastore.ts:78
↓ 4 callers
Method
_getEmitter
(who: Emitter)
src/assets/ts/plugins.ts:169
↓ 4 callers
Method
_left
()
src/assets/ts/cursor.ts:102
↓ 4 callers
Method
_nextChar
()
src/assets/ts/cursor.ts:145
↓ 4 callers
Method
_set
(key: string, value: any)
src/assets/ts/datastore.ts:100
↓ 4 callers
Method
_setPath
(path: Path)
src/assets/ts/cursor.ts:54
↓ 4 callers
Method
_setRowData
(row: Row, keytype: string, value: any)
src/plugins/time_tracking/index.tsx:195
↓ 4 callers
Method
addChars
(row: Row, col: Col, chars: Chars)
src/assets/ts/session.ts:727
↓ 4 callers
Method
atVisibleEnd
()
src/assets/ts/cursor.ts:133
↓ 4 callers
Method
changeChars
(row: Row, col: Col, nchars: number, change_fn: (chars: Chars) => Chars)
src/assets/ts/session.ts:770
↓ 4 callers
Method
clear
()
src/assets/ts/document.ts:111
↓ 4 callers
Method
computeMarksToPaths
()
src/plugins/marks/index.tsx:548
↓ 4 callers
Method
deleteAtCursor
()
src/assets/ts/session.ts:997
↓ 4 callers
Method
deleteBetween
(cursor1: Cursor, cursor2: Cursor, options: {includeEnd?: boolean, yank?: boolean} = {})
src/assets/ts/session.ts:850
↓ 4 callers
Method
dequeue
()
src/assets/ts/keyHandler.ts:57
↓ 4 callers
Method
disable
(name: string)
src/assets/ts/plugins.ts:312
↓ 4 callers
Method
drop
()
src/assets/ts/keyHandler.ts:76
↓ 4 callers
Method
extend
(walk: Array<Row>)
src/assets/ts/path.ts:108
↓ 4 callers
Method
getDailyNotesRoot
()
src/plugins/daily_notes/index.tsx:381
↓ 4 callers
Method
getDeadlinesRoot
()
src/plugins/deadlines/index.tsx:202
↓ 4 callers
Method
getMark
(row: Row)
src/plugins/marks/index.tsx:511
↓ 4 callers
Method
import
(content: any, mimetype: string)
test/testcase.ts:160
↓ 4 callers
Method
indentBlocks
(path: Path, numblocks = 1)
src/assets/ts/session.ts:1103
↓ 4 callers
Method
isInWhitespace
(path: Path, col: Col)
src/assets/ts/cursor.ts:219
↓ 4 callers
Method
isValidPath
(path: Path)
src/assets/ts/document.ts:662
↓ 4 callers
Method
load
(serialized_rows: Array<SerializedBlock>)
src/assets/ts/document.ts:879
↓ 4 callers
Method
loadFromAncestry
(ancestry: SerializedPath)
src/assets/ts/path.ts:19
↓ 4 callers
Method
mutate
(_session: Session)
src/assets/ts/mutations.ts:66
↓ 4 callers
Method
onRowChange
(to: Row | null)
src/plugins/time_tracking/index.tsx:237
↓ 4 callers
Method
queue
(next: () => void | Promise<void>)
src/assets/ts/keyHandler.ts:183
↓ 4 callers
Method
setCollapsed
(row: Row, collapsed: boolean)
src/assets/ts/document.ts:436
↓ 4 callers
Method
setMark
(row: Row, mark: Mark | null = null)
src/plugins/marks/index.tsx:573
↓ 4 callers
Method
toggleBlockCollapsed
(row: Row)
src/assets/ts/session.ts:1251
↓ 4 callers
Method
trivial
()
src/assets/ts/utils/token_unfolder.ts:78
↓ 4 callers
Method
unindentBlocks
(path: Path, numblocks = 1)
src/assets/ts/session.ts:1126
↓ 3 callers
Method
_attach
(child_row: Row, parent_row: Row, index = -1)
src/assets/ts/document.ts:577
↓ 3 callers
Method
_detach
(row: Row, parent_row: Row)
src/assets/ts/document.ts:565
↓ 3 callers
Method
_getWordCheck
(options: WordMovementOptions, matchChar: string)
src/assets/ts/cursor.ts:242
↓ 3 callers
Method
_lineKey_
(row: Row)
src/assets/ts/datastore.ts:276
↓ 3 callers
Method
_newChild
(parent: Row, index = -1)
src/assets/ts/document.ts:224
↓ 3 callers
Method
allAncestors
( row: Row, { inclusive = false }: { inclusive?: boolean } = { } )
src/assets/ts/document.ts:491
↓ 3 callers
Method
changeViewRoot
(path: Path)
src/assets/ts/session.ts:553
↓ 3 callers
Method
curText
()
src/assets/ts/session.ts:719
↓ 3 callers
Method
deleteChars
(row: Row, col: Col, num: number)
src/assets/ts/document.ts:354
↓ 3 callers
Method
disablePlugin
(pluginName: string)
test/testcase.ts:172
↓ 3 callers
Method
down
()
src/assets/ts/menu.ts:58
↓ 3 callers
Method
enablePlugin
(pluginName: string)
test/testcase.ts:166
↓ 3 callers
Method
every
(actionName: ActionName, context: ActionContext, oldMode: ModeId)
src/assets/ts/modes.ts:60
↓ 3 callers
Method
exportFile
(type = 'json')
src/assets/ts/session.ts:289
↓ 3 callers
Method
fn
(...args: Array<any>)
src/assets/ts/utils/eventEmitter.ts:49
↓ 3 callers
Method
getChild
(row: Row)
src/assets/ts/cursor.ts:495
↓ 3 callers
Method
getChildren
(parent_path: Path)
src/plugins/daily_notes/index.tsx:424
↓ 3 callers
Method
getChildren
(parent_path: Path)
src/plugins/deadlines/index.tsx:228
↓ 3 callers
Function
getLocalStore
()
src/assets/ts/app.tsx:123
↓ 3 callers
Method
getNodeText
(dt: Date, mode: string)
src/plugins/daily_notes/index.tsx:348
↓ 3 callers
Method
getPath
(path: Path)
src/assets/ts/cursor.ts:487
↓ 3 callers
Method
getRegistration
(name: string)
src/assets/ts/keyDefinitions.ts:111
↓ 3 callers
Method
getSiblingAfter
(path: Path)
src/assets/ts/document.ts:679
↓ 3 callers
Method
getTagRoot
(tag: Tag)
src/plugins/clone_tags/index.tsx:82
↓ 3 callers
Method
getTags
(row: Row)
src/plugins/tags/index.tsx:484
↓ 3 callers
Method
init
()
src/plugins/daily_notes/index.tsx:108
↓ 3 callers
Method
isVisible
(path: Path)
src/assets/ts/session.ts:451
↓ 3 callers
Method
lastVisible
(path: Path = this.viewRoot)
src/assets/ts/session.ts:482
↓ 3 callers
Method
markSelected
()
src/assets/ts/cursor.ts:505
↓ 3 callers
Method
moveCursor
(_cursor: Cursor)
src/assets/ts/mutations.ts:75
↓ 3 callers
Method
printTime
(ms: number)
src/plugins/time_tracking/index.tsx:304
↓ 3 callers
Method
reset_history
()
src/assets/ts/session.ts:308
↓ 3 callers
Method
reset_jump_history
()
src/assets/ts/session.ts:558
↓ 3 callers
Method
right
( cursorOptions: {pastEnd?: boolean} = {} )
src/assets/ts/cursor.ts:116
↓ 3 callers
Method
sendMessage
(message: Object)
src/assets/ts/data_backend/index.ts:273
↓ 3 callers
Method
set
(key: string, value: string)
src/assets/ts/data_backend/index.ts:183
↓ 3 callers
Method
setDetachedParent
(row: Row, parent: Row | null)
src/assets/ts/datastore.ts:340
↓ 3 callers
Method
setMappings
(mappings: KeyMappings)
src/assets/ts/keyBindings.ts:152
↓ 3 callers
Method
setPluginData
(pluginData: any)
src/assets/ts/document.ts:98
↓ 3 callers
Method
setStatus
(name: string, status: PluginStatus)
src/assets/ts/plugins.ts:257
↓ 3 callers
Method
transformRowData
( row: Row, keytype: string, transform: (val: number) => number, default_value: any = null)
src/plugins/time_tracking/index.tsx:205
↓ 3 callers
Method
up
()
src/assets/ts/menu.ts:47
↓ 3 callers
Method
writeChars
(row: Row, col: Col, chars: Array<Char>)
src/assets/ts/document.ts:348
↓ 3 callers
Method
youngestVisibleAncestor
(path: Path)
src/assets/ts/session.ts:532
↓ 2 callers
Function
SliceToken
(token: Token, start: number, end: number = 0)
src/assets/ts/utils/token_unfolder.ts:30
↓ 2 callers
Function
SplitToken
(token: Token, split_index: number)
src/assets/ts/utils/token_unfolder.ts:42
↓ 2 callers
Method
_addChild
(parent_row: Row, row: Row, index: number)
src/assets/ts/document.ts:544
← previous
next →
101–200 of 773, ranked by callers