Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/callumalpass/tasknotes
/ read
Method
read
tests/__mocks__/obsidian.ts:298–300 ·
view source on GitHub ↗
(file: TFile)
Source
from the content-addressed store, hash-verified
296
}
297
298
async
read(file: TFile): Promise<string> {
299
return
mockFileSystem.read(file.path);
300
}
301
302
async
createFolder(path: string): Promise<TFolder> {
303
mockFileSystem.ensureFolderExists(path);
Callers
15
convertCurrentNoteToTask
Method · 0.45
refreshTaskData
Method · 0.45
updateTimeblockInDailyNote
Method · 0.45
deleteTimeblockFromDailyNote
Method · 0.45
saveTimeblockToDailyNote
Method · 0.45
hydrateTaskDetailsFromFile
Function · 0.45
updateTimeblockInDailyNote
Function · 0.45
updateTimeblockTimes
Function · 0.45
removeTimeblockFromDailyNote
Function · 0.45
addTimeblockToDailyNote
Function · 0.45
readFrontmatterFromFile
Method · 0.45
getTypesFolder
Method · 0.45
Calls
no outgoing calls
Tested by
2
readVaultFile
Function · 0.36
readTaskDates
Function · 0.36