Skip to content

Commit 45fe031

Browse files
committed
vault: Add queries and more detail to file for manually testing #3342
"Remove line when a `onCompletion:: delete` task is completed."
1 parent 40e8fd2 commit 45fe031

File tree

1 file changed

+33
-8
lines changed

1 file changed

+33
-8
lines changed

β€Žresources/sample_vaults/Tasks-Demo/Manual Testing/Task Toggling Scenarios/On Completion Delete.md

Lines changed: 33 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,42 +7,67 @@
77

88
## Source Mode
99

10-
### Complete in Source Mode with command
10+
### Complete in Source Mode with `Tasks: Toggle task done` command
1111

1212
- Line before
13-
- [ ] #task Complete in Source Mode with command 🏁 delete
13+
- [ ] #task Complete in **Source Mode** with `Tasks: Toggle task done` command 🏁 delete
1414
- Line after
1515

16+
==❌ This shows \#3342 - blank line remains, as of Tasks `7.18.4`.==
17+
1618
## Live Preview
1719

18-
### Complete in Live Preview with command
20+
### Complete in Live Preview with `Tasks: Toggle task done` command
1921

2022
- Line before
21-
- [ ] #task Complete in Live Preview with command 🏁 delete
23+
- [ ] #task Complete in **Live Preview** with `Tasks: Toggle task done` command 🏁 delete
2224
- Line after
2325

26+
==❌ This shows \#3342 - blank line remains, as of Tasks `7.18.4`.==
27+
2428
### Complete in Live Preview clicking checkbox
2529

2630
- Line before
27-
- [ ] #task Complete in Live Preview clicking checkbox 🏁 delete
31+
- [ ] #task Complete in **Live Preview** clicking checkbox 🏁 delete
2832
- Line after
2933

34+
==❌ This shows \#3342 - blank line remains, as of Tasks `7.18.4`.==
35+
3036
## Reading Mode
3137

3238
### Complete in Reading Mode clicking checkbox
3339

3440
- Line before
35-
- [ ] #task Complete in Reading Mode clicking checkbox 🏁 delete
41+
- [ ] #task Complete in **Reading Mode** clicking checkbox 🏁 delete
3642
- Line after
3743

44+
βœ… Whole line is removed.
45+
3846
## Search results
3947

4048
### Complete in Search results clicking checkbox
4149

4250
- Line before
43-
- [ ] #task Complete in Search results clicking checkbox 🏁 delete
51+
- [ ] #task Complete in **Search result**s clicking checkbox 🏁 delete
4452
- Line after
4553

54+
```tasks
55+
path includes {{query.file.path}}
56+
heading includes Complete in Search results clicking checkbox
57+
short mode
58+
```
59+
60+
βœ… Whole line is removed.
61+
62+
## Remaining steps
63+
64+
```tasks
65+
path includes {{query.file.path}}
66+
heading does not include Final check
67+
sort by function task.lineNumber
68+
short mode
69+
```
70+
4671
## Final check
4772

48-
- [ ] #task Check that there are no blank lines between `Line before` and `Line after`. ⏫
73+
- [ ] #task Check that there are no blank lines between each of the `Line before` and `Line after` pairs ⏫

0 commit comments

Comments
Β (0)