From aec618627c9cf252dc195948b7e8596d65689da3 Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Tue, 14 Jan 2025 17:25:28 +0000 Subject: [PATCH] docs: Note #1945 and #2459 in the API and Auto-Suggest limitations sections. --- docs/Advanced/Tasks Api.md | 3 +++ docs/Editing/Auto-Suggest.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/docs/Advanced/Tasks Api.md b/docs/Advanced/Tasks Api.md index b3dd3f421e..a1ca04163b 100644 --- a/docs/Advanced/Tasks Api.md +++ b/docs/Advanced/Tasks Api.md @@ -169,5 +169,8 @@ This can be used, for example, to display the Auto-Suggest on non-task lines. [S - Editing tasks: - It is not yet possible to use the API to edit an *existing task line* with Tasks [[Create or edit Task|Create or edit task UI]]. We are tracking this in [issue #1945](https://github.com/obsidian-tasks-group/obsidian-tasks/issues/1945). + - It is not yet possible to use the API to add [[Task Dependencies|dependencies]] with the Tasks [[Create or edit Task|Create or edit task UI]]. We are tracking this in [issue #2993](https://github.com/obsidian-tasks-group/obsidian-tasks/issues/2993). +- Auto Suggest: + - It is not yet possible for [[auto-suggest]] to add [[Task Dependencies|dependencies]] when Auto-Suggest is used in [[Kanban plugin]] cards - or any other plugins that use the [[Tasks Api#Auto-Suggest Integration|Auto-Suggest Integration]]. We are tracking this in [issue #3274](https://github.com/obsidian-tasks-group/obsidian-tasks/issues/3274). - Searching tasks: - It is not yet possible to run Tasks searches via the API. We are tracking this in [issue #2459](https://github.com/obsidian-tasks-group/obsidian-tasks/issues/2459). diff --git a/docs/Editing/Auto-Suggest.md b/docs/Editing/Auto-Suggest.md index 2bdd0c9bbb..768e0a1a46 100644 --- a/docs/Editing/Auto-Suggest.md +++ b/docs/Editing/Auto-Suggest.md @@ -138,6 +138,8 @@ There are some Auto-Suggest behaviours that might be improved in future releases - It currently pops up when editing NON_TASK tasks. This may be changed in future. - We are tracking this in [issue #1509](https://github.com/obsidian-tasks-group/obsidian-tasks/issues/1509). - The [[Create or edit Task#Date abbreviations|date abbreviations offered by "Create or edit task"]] only work after a space is typed. +- When Auto-Suggest is used in [[Kanban plugin]] cards (or any other plugins that use the [[Tasks Api#Auto-Suggest Integration|auto-suggest integration]]), the [[Task Dependencies|dependencies]] suggestions are not available, because there is not yet a mechanism for plugins to access all the tasks in the vault. + - We are tracking this in [issue #3274](https://github.com/obsidian-tasks-group/obsidian-tasks/issues/3274). ## Common Questions