Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/callumalpass/tasknotes
/ getTaskInfo
Method
getTaskInfo
src/bootstrap/pluginServices.ts:13–13 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
11
12
export
interface
TaskDataAccessor {
13
getTaskInfo(path: string): Promise<TaskInfo | null>;
14
}
15
16
export
interface
TaskPathAccessor {
Callers
15
convertCurrentNoteToTask
Method · 0.65
getCurrentTaskForCommand
Method · 0.65
openTaskEditModalForFile
Method · 0.65
openQuickActionsForTaskFile
Method · 0.65
addProjectToCurrentTask
Method · 0.65
addDependencyMenuItems
Method · 0.65
handleBlockingSelection
Method · 0.65
saveReminders
Method · 0.65
copySelectedTasks
Method · 0.65
batchUpdateTags
Method · 0.65
batchUpdateProperty
Method · 0.65
batchArchive
Method · 0.65
Implementers
2
TaskManager
src/utils/TaskManager.ts
ReadingModeTaskLinkProcessor
src/editor/ReadingModeTaskLinkProcesso
Calls
no outgoing calls
Tested by
1
updateTaskButtonFromPath
Function · 0.52