Skip to content

Commit 40e8fd2

Browse files
committed
vault: Add file for manually testing #3342
"Remove line when a `onCompletion:: delete` task is completed."
1 parent 7a4ccaf commit 40e8fd2

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# On Completion Delete
2+
3+
## Context
4+
5+
- Remove line when a `onCompletion:: delete` task is completed:
6+
- <https://github.com/obsidian-tasks-group/obsidian-tasks/issues/3342>
7+
8+
## Source Mode
9+
10+
### Complete in Source Mode with command
11+
12+
- Line before
13+
- [ ] #task Complete in Source Mode with command 🏁 delete
14+
- Line after
15+
16+
## Live Preview
17+
18+
### Complete in Live Preview with command
19+
20+
- Line before
21+
- [ ] #task Complete in Live Preview with command 🏁 delete
22+
- Line after
23+
24+
### Complete in Live Preview clicking checkbox
25+
26+
- Line before
27+
- [ ] #task Complete in Live Preview clicking checkbox 🏁 delete
28+
- Line after
29+
30+
## Reading Mode
31+
32+
### Complete in Reading Mode clicking checkbox
33+
34+
- Line before
35+
- [ ] #task Complete in Reading Mode clicking checkbox 🏁 delete
36+
- Line after
37+
38+
## Search results
39+
40+
### Complete in Search results clicking checkbox
41+
42+
- Line before
43+
- [ ] #task Complete in Search results clicking checkbox 🏁 delete
44+
- Line after
45+
46+
## Final check
47+
48+
- [ ] #task Check that there are no blank lines between `Line before` and `Line after`. ⏫

0 commit comments

Comments
Β (0)