MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / openTaskCreationModal

Method openTaskCreationModal

src/main.ts:1185–1192  ·  view source on GitHub ↗
(prePopulatedValues?: Partial<TaskInfo>)

Source from the content-addressed store, hash-verified

1183 }
1184
1185 openTaskCreationModal(prePopulatedValues?: Partial<TaskInfo>) {
1186 new TaskCreationModal(this.app, this, {
1187 prePopulatedValues: this.applyParentNoteProjectDefault(
1188 prePopulatedValues,
1189 "task-creation"
1190 ),
1191 }).open();
1192 }
1193
1194 private applyParentNoteProjectDefault(
1195 prePopulatedValues: Partial<TaskInfo> | undefined,

Callers 3

buildMenuMethod · 0.80
registerRibbonIconsFunction · 0.80

Calls 2

openMethod · 0.45

Tested by

no test coverage detected