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
getCommand
(keyStream: KeyStream)
src/assets/ts/keyHandler.ts:199
↓ 1 callers
Method
getCommonAncestor
(path1: Path, path2: Path)
src/assets/ts/document.ts:639
↓ 1 callers
Method
getDetachedParent
(row: Row)
src/assets/ts/datastore.ts:337
↓ 1 callers
Function
getFirebaseStore
()
src/assets/ts/app.tsx:127
↓ 1 callers
Method
getId
()
src/assets/ts/datastore.ts:373
↓ 1 callers
Method
getInfo
(name: string)
src/assets/ts/plugins.ts:246
↓ 1 callers
Method
getLastSave
()
src/assets/ts/data_backend/index.ts:73
↓ 1 callers
Method
getLastSave
()
src/assets/ts/data_backend/index.ts:108
↓ 1 callers
Method
getLastViewRoot
()
src/assets/ts/datastore.ts:158
↓ 1 callers
Method
getMotion
( keyStream: KeyStream, key: Key, bindings: KeyBindingsTree )
src/assets/ts/keyHandler.ts:308
↓ 1 callers
Method
getNew
()
src/assets/ts/datastore.ts:387
↓ 1 callers
Method
getParents
(row: Row)
src/assets/ts/datastore.ts:322
↓ 1 callers
Function
getPlugin
(name: string)
src/assets/ts/plugins.ts:385
↓ 1 callers
Method
getPluginData
( plugin: string, key: string, default_value: any = undefined )
src/assets/ts/datastore.ts:365
↓ 1 callers
Method
getSetting
(setting: S)
src/assets/ts/datastore.ts:351
↓ 1 callers
Function
getSocketServerStore
()
src/assets/ts/app.tsx:147
↓ 1 callers
Method
getTextRecusive
(path: Path)
src/assets/ts/session.ts:1341
↓ 1 callers
Function
getVisiblePaths
()
src/plugins/easy_motion/index.tsx:15
↓ 1 callers
Method
getWord
(row: Row, col: Col)
src/assets/ts/document.ts:326
↓ 1 callers
Method
handleChange
(e: React.FormEvent<HTMLInputElement>)
src/assets/ts/components/fileInput.tsx:36
↓ 1 callers
Method
handleRecord
(keyStream: KeyStream, record: ActionRecord)
src/assets/ts/keyHandler.ts:143
↓ 1 callers
Method
hasChild
(parent_row: Row, row: Row)
src/assets/ts/document.ts:396
↓ 1 callers
Method
inDeadlines
(row: Row)
src/plugins/deadlines/index.tsx:100
↓ 1 callers
Method
indent
(path: Path = this.cursor.path)
src/assets/ts/session.ts:1156
↓ 1 callers
Method
init
(email: string, password: string)
src/assets/ts/data_backend/index.ts:130
↓ 1 callers
Method
init
(host: string, password: string, docname = '')
src/assets/ts/data_backend/index.ts:268
↓ 1 callers
Method
init
(filename: string)
server/data_backends.ts:17
↓ 1 callers
Method
isCached
(row: Row)
src/assets/ts/document.ts:123
↓ 1 callers
Method
isDescendant
(other_path: Path)
src/assets/ts/path.ts:77
↓ 1 callers
Method
isInWord
(path: Path, col: Col, matchChar: string)
src/assets/ts/cursor.ts:224
↓ 1 callers
Function
isLink
(text: string)
src/assets/ts/utils/text.ts:12
↓ 1 callers
Method
isNewDay
()
src/plugins/daily_notes/index.tsx:145
↓ 1 callers
Method
isValidDate
(year: number, month: number, day: number)
src/plugins/daily_notes/index.tsx:175
↓ 1 callers
Method
joinAtCursor
()
src/assets/ts/session.ts:989
↓ 1 callers
Method
jumpNext
()
src/assets/ts/session.ts:635
↓ 1 callers
Method
jumpPrevious
()
src/assets/ts/session.ts:616
↓ 1 callers
Method
keep
()
src/assets/ts/keyHandler.ts:72
↓ 1 callers
Method
listTags
()
src/plugins/tags/index.tsx:530
↓ 1 callers
Function
listener
(e: ClipboardEvent)
src/assets/ts/app.tsx:521
↓ 1 callers
Function
load_file
(file: File)
src/assets/ts/components/fileInput.tsx:11
↓ 1 callers
Function
main
(args: any)
server/prod.ts:14
↓ 1 callers
Function
makeBindings
(definitions: KeyDefinitions, mappings: KeyMappings)
src/assets/ts/keyBindings.ts:118
↓ 1 callers
Function
makeSocketServer
(server: http.Server, options: SocketServerOptions)
server/socket_server.ts:17
↓ 1 callers
Method
markCols
(cols: Array<Col>)
src/assets/ts/cursor.ts:514
↓ 1 callers
Method
markCursor
(col: Col)
src/assets/ts/cursor.ts:521
↓ 1 callers
Method
merge
(first: KeyMappings, second: KeyMappings)
src/assets/ts/keyMappings.ts:18
↓ 1 callers
Method
newChild
(path: Path, index = -1)
src/assets/ts/document.ts:711
↓ 1 callers
Method
nextClone
(path: Path)
src/assets/ts/document.ts:407
↓ 1 callers
Method
nextSibling
(cursorOptions: CursorOptions = {})
src/assets/ts/cursor.ts:448
↓ 1 callers
Method
oldestVisibleAncestor
(path: Path)
src/assets/ts/session.ts:516
↓ 1 callers
Method
parent
(cursorOptions: CursorOptions = {})
src/assets/ts/cursor.ts:427
↓ 1 callers
Method
parseContent
(content: string, mimetype: string)
src/assets/ts/session.ts:234
↓ 1 callers
Method
parseFullDate
(text: string)
src/plugins/deadlines/index.tsx:148
↓ 1 callers
Method
parseJson
(content: string)
src/assets/ts/session.ts:144
↓ 1 callers
Method
parsePlaintext
(content: string)
src/assets/ts/session.ts:172
↓ 1 callers
Method
pasteAfter
()
src/assets/ts/session.ts:1269
↓ 1 callers
Method
pasteBefore
()
src/assets/ts/session.ts:1265
↓ 1 callers
Method
pasteChars
(options: PasteOptions = {})
src/assets/ts/register.ts:79
↓ 1 callers
Method
pasteClonedRows
(options: PasteOptions = {})
src/assets/ts/register.ts:112
↓ 1 callers
Method
pasteSerializedRows
(options: PasteOptions = {})
src/assets/ts/register.ts:89
↓ 1 callers
Method
prevSibling
(cursorOptions: CursorOptions = {})
src/assets/ts/cursor.ts:441
↓ 1 callers
Method
processKeys
()
src/assets/ts/keyHandler.ts:188
↓ 1 callers
Function
promiseDebounce
(fn: (...args: Array<any>) => Promise<void>)
src/assets/ts/utils/functional.ts:34
↓ 1 callers
Function
recurse
(p: any, depth: number)
src/assets/ts/app.tsx:409
↓ 1 callers
Method
redo
()
src/assets/ts/session.ts:371
↓ 1 callers
Method
registerAction
(action: Action)
src/assets/ts/keyDefinitions.ts:153
↓ 1 callers
Method
registerModeMappings
(mode: string, mappings: HotkeyMapping)
src/assets/ts/keyMappings.ts:66
↓ 1 callers
Method
removeHook
(event: string, transform: Hook)
src/assets/ts/utils/eventEmitter.ts:83
↓ 1 callers
Method
remutate
(session: Session)
src/assets/ts/mutations.ts:72
↓ 1 callers
Method
renderHook
(lineDiv: React.ReactElement<any>)
src/plugins/tags/index.tsx:326
↓ 1 callers
Method
replaceCharsAfterCursor
(char: string, nchars: number)
src/assets/ts/session.ts:805
↓ 1 callers
Method
resetCurrentPath
()
src/plugins/time_tracking/index.tsx:263
↓ 1 callers
Method
rewind
(_session: Session)
src/assets/ts/mutations.ts:69
↓ 1 callers
Method
rowTime
(row: Row)
src/plugins/time_tracking/index.tsx:300
↓ 1 callers
Function
run
(...args: Array<any>)
src/assets/ts/utils/functional.ts:37
↓ 1 callers
Method
saveDataSettings
()
src/assets/ts/components/settings/backendSettings.tsx:38
↓ 1 callers
Method
saveNone
()
src/assets/ts/register.ts:35
↓ 1 callers
Method
search
(root: Path, query: string, options: SearchOptions = {})
src/assets/ts/document.ts:734
↓ 1 callers
Method
set
(key: string, value: string)
server/data_backends.ts:55
↓ 1 callers
Method
setBackendType
(backendType: BackendType)
src/assets/ts/components/settings/backendSettings.tsx:55
↓ 1 callers
Method
setBlockCollapsed
(row: Row, collapsed: boolean)
src/assets/ts/session.ts:1259
↓ 1 callers
Method
setChildren
(row: Row, children: Array<Row>)
src/assets/ts/datastore.ts:333
↓ 1 callers
Method
setCollapsed
(row: Row, collapsed: boolean)
src/assets/ts/datastore.ts:347
↓ 1 callers
Method
setFirebaseApiKey
(firebaseApiKey: string)
src/assets/ts/components/settings/backendSettings.tsx:63
↓ 1 callers
Method
setFirebaseId
(firebaseId: string)
src/assets/ts/components/settings/backendSettings.tsx:59
↓ 1 callers
Method
setFirebaseUserEmail
(firebaseUserEmail: string)
src/assets/ts/components/settings/backendSettings.tsx:67
↓ 1 callers
Method
setFirebaseUserPassword
(firebaseUserPassword: string)
src/assets/ts/components/settings/backendSettings.tsx:71
↓ 1 callers
Method
setLastViewRoot
(ancestry: SerializedPath)
src/assets/ts/datastore.ts:155
↓ 1 callers
Method
setLevel
(level: LEVEL)
src/shared/utils/logger.ts:65
↓ 1 callers
Method
setLine
(row: Row, line: Line)
src/assets/ts/datastore.ts:305
↓ 1 callers
Method
setLinkedNode
(id: string, path: Path)
src/plugins/daily_notes/index.tsx:321
↓ 1 callers
Method
setLogging
()
src/plugins/daily_notes/index.tsx:104
↓ 1 callers
Method
setMacros
(macros: MacroMap)
src/assets/ts/datastore.ts:133
↓ 1 callers
Method
setMark
(path: Path, mark: string)
src/plugins/clone_tags/index.tsx:100
↓ 1 callers
Method
setMark
(path: Path, mark: string)
src/plugins/deadlines/index.tsx:221
↓ 1 callers
Method
setNode
(id: string, path: Path)
src/plugins/daily_notes/index.tsx:305
↓ 1 callers
Method
setParents
(row: Row, parents: Array<Row>)
src/assets/ts/datastore.ts:326
↓ 1 callers
Method
setRegister
(value: SerializedRegister)
test/testcase.ts:222
↓ 1 callers
Method
setSetting
(setting: S, value: DocSettings[S])
src/assets/ts/datastore.ts:356
↓ 1 callers
Method
setSocketServerDocument
(socketServerDocument: string)
src/assets/ts/components/settings/backendSettings.tsx:83
← previous
next →
401–500 of 773, ranked by callers