File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,14 +88,14 @@ console.log(taskLine);
8888One of the most common usage scenarios is probably in combination with the [ QuickAdd] ( https://github.com/chhoumann/quickadd ) plugin
8989to automatically add tasks to a specific file.
9090
91- See [[ QuickAdd#Launching the Edit task modal via QuickAdd|Launching the Edit task modal via QuickAdd]] for full details of how to do this.
91+ See [[ QuickAdd#Launching the Create task modal via QuickAdd|Launching the Create task modal via QuickAdd]] for full details of how to do this.
9292
9393## ` editTaskLineModal(taskLine: string): Promise<string>; `
9494
9595> [ !released]
9696> This method was introduced in Tasks X.Y.Z.
9797
98- This method opens the Tasks [[ Create or edit Task|Create or edit task UI]] with the provided task line pre-filled for editing.
98+ This method opens the Tasks [[ Create or edit Task|Create or edit task UI]] with the provided task line pre-filled for editing.
9999If data entry is cancelled, an empty string is returned.
100100
101101``` javascript
You can’t perform that action at this time.
0 commit comments