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: resources/sample_vaults/Tasks-Demo/Other Plugins/Dataview/Parent-Child relationships - Searches - Dataview.md
Copy file name to clipboardExpand all lines: resources/sample_vaults/Tasks-Demo/Other Plugins/Dataview/Parent-Child relationships - Searches - Tasks.md
+54-4Lines changed: 54 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,52 @@
1
1
# Parent-Child relationships - Searches - Tasks
2
2
3
-
## 1 Completed
3
+
## 1 Simple lists
4
+
5
+
## 2 Filtering
6
+
7
+
### 2.1 Completed
8
+
9
+
```tasks
10
+
folder includes {{query.file.folder}}
11
+
done
12
+
hide backlinks
13
+
```
14
+
15
+
### 2.2 Fully completed
16
+
17
+
==Not Implemented==
18
+
19
+
```tasks
20
+
folder includes {{query.file.folder}}
21
+
# There is no Tasks instruction for "fully done" yet
22
+
done
23
+
hide backlinks
24
+
```
25
+
26
+
### 2.3 Not completed
27
+
28
+
```tasks
29
+
folder includes {{query.file.folder}}
30
+
not done
31
+
hide backlinks
32
+
```
33
+
34
+
### 2.4 Not fully completed
35
+
36
+
==Not Implemented==
37
+
38
+
```tasks
39
+
folder includes {{query.file.folder}}
40
+
# There is no Tasks instruction for "not fully done" yet
0 commit comments