Skip to content

Commit

Permalink
docs: Add more links to 'Finding unread emojis'
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Feb 16, 2024
1 parent 08bf784 commit a9441da
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 8 additions & 2 deletions docs/Editing/Auto-Suggest.md
Expand Up @@ -127,9 +127,15 @@ As soon as it finds any unrecognised text, it stops reading, and ignores any emo
> [!warning]
> Mixing any descriptive text in amongst the emojis and their values **will cause emojis before the descriptive text to not be recognised by Tasks, and not be searchable**.
See the next section for how to check your tasks, as you start using this powerful feature.
We are tracking this ordering limitation in [issue #1505](https://github.com/obsidian-tasks-group/obsidian-tasks/issues/1505).

### How can I check that my Task is formatted correctly?
See the next two sections for how to check your tasks, as you start using this powerful feature.

### How can I find all tasks that may be formatted incorrectly?

See [[Find tasks with invalid data#Finding unread emojis|Finding unread emojis]] to find and fix any tasks with unread emoji values.

### How can I check that a particular Task is formatted correctly?

The Tasks plugin's ability to search tasks depends on the information in the tasks matching the plugin's parsing behaviour, described in the previous section. If not, tasks may be silently omitted from task searches.

Expand Down
5 changes: 4 additions & 1 deletion docs/Getting Started/Getting Started.md
Expand Up @@ -231,7 +231,10 @@ This means that you can only put **block links** (`^link-name`) and **tags** aft

We are tracking this in [issue #1505](https://github.com/obsidian-tasks-group/obsidian-tasks/issues/1505).

If you are concerned that some values in a task are not being parsed as you intended, perhaps because a task is not being found by Tasks searches, you can view the task in the [[Create or edit Task|‘Create or edit Task’ Modal]].
If you are concerned that some values in a task are not being parsed as you intended, perhaps because a task is not being found by Tasks searches, you can:

- view an individual task in the [[Create or edit Task|‘Create or edit Task’ Modal]]
- search for all possible problems: see [[Find tasks with invalid data#Finding unread emojis|Finding unread emojis]].

If there are any **Tasks emojis visible in the Description field**, close the modal and delete or move to the left any unrecognised text.

Expand Down
1 change: 1 addition & 0 deletions docs/Reference/Task Formats/About Task Formats.md
Expand Up @@ -74,6 +74,7 @@ In this early support for multiple formats, the following facilities don't (yet)
- The order of fields on the task line still matters.
- See [[Auto-Suggest#What do I need to know about the order of items in a task?]]
- We are tracking this in [issue #1505](https://github.com/obsidian-tasks-group/obsidian-tasks/issues/1505).
- See [[Find tasks with invalid data#Finding unread emojis|Finding unread emojis]] to find and fix any tasks with unread emoji values.
- Currently, Tasks only supports one format at a time (as mentioned above).
- If you select the Dataview format, it will no longer read or write Tasks emoji signifiers.
- We are tracking this in [issue #1891](https://github.com/obsidian-tasks-group/obsidian-tasks/issues/1891).
Expand Down

0 comments on commit a9441da

Please sign in to comment.