Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chhoumann/quickadd
/ createFile
Function
createFile
src/engine/QuickAddEngine.ts:95–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
}
94
95
const
createFile = () => this.app.vault.create(filePath, fileContent);
96
const
shouldSuppress =
97
opts.suppressTemplaterOnCreate &&
98
filePath.toLowerCase().endsWith(
".md"
);
Callers
1
createFileWithInput
Function · 0.70
Calls
1
create
Method · 0.80
Tested by
no test coverage detected