You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Queries/Layout.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,6 @@ The `show tree` instruction enables us to see the parent/child relationships in
137
137
138
138
- For now, **all child tasks and list items are displayed**, regardless of whether they match the query.
139
139
- In the screenshot above, `Decide who to invite` did not match the `not done` query, but it is still shown.
140
-
- If you are using the Global Filter, any child tasks without the Global Filter are rendered without their checkbox. We are tracking this in [issue #3170](https://github.com/obsidian-tasks-group/obsidian-tasks/issues/3170).
141
140
- Any **sorting instructions only affect the sorting of the left-most tasks** in the results list.
142
141
- Child tasks and list items are displayed in the order that they appear in the file. They are not affected by any `sort by` instructions.
143
142
- For now, the **tree layout is turned off by default**, whilst we explore how it should interact with the filtering instructions.
Copy file name to clipboardExpand all lines: tests/Renderer/QueryResultsRenderer.test.QueryResultsRenderer_tests_should_render_non_task_check_box_when_global_filter_is_enabled.approved.html
0 commit comments