File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
resources/sample_vaults/Tasks-Demo/How To Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ include hide_buttons
69
69
include hide_buttons
70
70
```
71
71
72
- ## Hide everything, including tags
72
+ ## Show only the description and any tags
73
73
74
74
explain: ` INPUT[toggle:TQ_explain] `
75
75
@@ -83,6 +83,20 @@ include just_the_description_and_tags
83
83
include just_the_description_and_tags
84
84
```
85
85
86
+ ## Just show the description, without tags
87
+
88
+ explain: ` INPUT[toggle:TQ_explain] `
89
+
90
+ ```` text
91
+ ```tasks
92
+ include just_the_description
93
+ ```
94
+ ````
95
+
96
+ ``` tasks
97
+ include just_the_description
98
+ ```
99
+
86
100
## Advanced use: return a function, that takes a parameter from the query source
87
101
88
102
### Has context 'home' - and group by the Include text - version 1
You can’t perform that action at this time.
0 commit comments