Skip to content

Commit

Permalink
docs: Note #1945 and #2459 in the API and Auto-Suggest limitations se…
Browse files Browse the repository at this point in the history
…ctions.
  • Loading branch information
claremacrae committed Jan 14, 2025
1 parent 79993e1 commit aec6186
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/Advanced/Tasks Api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 2 additions & 0 deletions docs/Editing/Auto-Suggest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

1 comment on commit aec6186

@claremacrae
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should have said:

docs: Note #2993 and #3274 in the API and Auto-Suggest limitations sections.

Please sign in to comment.