diff --git a/.obsidian/plugins/obsidian-tasks-plugin/data.json b/.obsidian/plugins/obsidian-tasks-plugin/data.json
index 2a6f0ed3..10d0696b 100755
--- a/.obsidian/plugins/obsidian-tasks-plugin/data.json
+++ b/.obsidian/plugins/obsidian-tasks-plugin/data.json
@@ -28,7 +28,7 @@
"name": "Done",
"nextStatusSymbol": "-",
"availableAsCommand": true,
- "type": "CANCELLED"
+ "type": "DONE"
}
],
"customStatuses": [
@@ -49,14 +49,14 @@
{
"symbol": " ",
"name": "Unchecked",
- "nextStatusSymbol": "/",
+ "nextStatusSymbol": "<",
"availableAsCommand": false,
- "type": "IN_PROGRESS"
+ "type": "TODO"
},
{
"symbol": "x",
"name": "Checked",
- "nextStatusSymbol": " ",
+ "nextStatusSymbol": "-",
"availableAsCommand": false,
"type": "DONE"
},
diff --git a/Tasks Plugin - Review and check your Statuses 2024-09-13 11-50-18.md b/Tasks Plugin - Review and check your Statuses 2024-09-13 11-50-18.md
new file mode 100644
index 00000000..984c93ba
--- /dev/null
+++ b/Tasks Plugin - Review and check your Statuses 2024-09-13 11-50-18.md
@@ -0,0 +1,130 @@
+# Review and check your Statuses
+
+## About this file
+
+This file was created by the Obsidian Tasks plugin (version 7.7.0) to help visualise the task statuses in this vault.
+
+If you change the Tasks status settings, you can get an updated report by:
+
+- Going to `Settings` -> `Tasks`.
+- Clicking on `Review and check your Statuses`.
+
+You can delete this file any time.
+
+## Status Settings
+
+
+
+These are the status values in the Core and Custom statuses sections.
+
+| Status Symbol | Next Status Symbol | Status Name | Status Type | Problems (if any) |
+| ----- | ----- | ----- | ----- | ----- |
+| `space` | `/` | Todo | `TODO` | |
+| `x` | `space` | Done | `DONE` | |
+| `/` | `x` | In Progress | `IN_PROGRESS` | |
+| `-` | `space` | Cancelled | `CANCELLED` | |
+| `space` | `/` | Unchecked | `IN_PROGRESS` | Duplicate symbol '`space`': this status will be ignored. |
+| `x` | `-` | Checked | `DONE` | Duplicate symbol '`x`': this status will be ignored. |
+| `>` | `x` | Rescheduled | `TODO` | |
+| `<` | `x` | Scheduled | `TODO` | |
+| `!` | `x` | Important | `TODO` | |
+| `?` | `x` | Question | `TODO` | |
+| `*` | `x` | Star | `TODO` | |
+| `n` | `x` | Note | `TODO` | |
+| `l` | `x` | Location | `TODO` | |
+| `i` | `x` | Information | `TODO` | |
+| `I` | `x` | Idea | `TODO` | |
+| `S` | `x` | Amount | `TODO` | |
+| `p` | `x` | Pro | `TODO` | |
+| `c` | `x` | Con | `TODO` | |
+| `b` | `x` | Bookmark | `TODO` | |
+| `"` | `x` | Quote | `TODO` | |
+| `0` | `0` | Speech bubble 0 | `NON_TASK` | |
+| `1` | `1` | Speech bubble 1 | `NON_TASK` | |
+| `2` | `2` | Speech bubble 2 | `NON_TASK` | |
+| `3` | `3` | Speech bubble 3 | `NON_TASK` | |
+| `4` | `4` | Speech bubble 4 | `NON_TASK` | |
+| `5` | `5` | Speech bubble 5 | `NON_TASK` | |
+| `6` | `6` | Speech bubble 6 | `NON_TASK` | |
+| `7` | `7` | Speech bubble 7 | `NON_TASK` | |
+| `8` | `8` | Speech bubble 8 | `NON_TASK` | |
+| `9` | `9` | Speech bubble 9 | `NON_TASK` | |
+
+## Loaded Settings
+
+
+
+These are the settings actually used by Tasks.
+
+```mermaid
+flowchart LR
+
+classDef TODO stroke:#f33,stroke-width:3px;
+classDef DONE stroke:#0c0,stroke-width:3px;
+classDef IN_PROGRESS stroke:#fa0,stroke-width:3px;
+classDef CANCELLED stroke:#ddd,stroke-width:3px;
+classDef NON_TASK stroke:#99e,stroke-width:3px;
+
+1["'Todo'
[ ] -> [/]
(TODO)"]:::TODO
+2["'Done'
[x] -> [ ]
(DONE)"]:::DONE
+3["'In Progress'
[/] -> [x]
(IN_PROGRESS)"]:::IN_PROGRESS
+4["'Cancelled'
[-] -> [ ]
(CANCELLED)"]:::CANCELLED
+5["'Rescheduled'
[>] -> [x]
(TODO)"]:::TODO
+6["'Scheduled'
[<] -> [x]
(TODO)"]:::TODO
+7["'Important'
[!] -> [x]
(TODO)"]:::TODO
+8["'Question'
[?] -> [x]
(TODO)"]:::TODO
+9["'Star'
[*] -> [x]
(TODO)"]:::TODO
+10["'Note'
[n] -> [x]
(TODO)"]:::TODO
+11["'Location'
[l] -> [x]
(TODO)"]:::TODO
+12["'Information'
[i] -> [x]
(TODO)"]:::TODO
+13["'Idea'
[I] -> [x]
(TODO)"]:::TODO
+14["'Amount'
[S] -> [x]
(TODO)"]:::TODO
+15["'Pro'
[p] -> [x]
(TODO)"]:::TODO
+16["'Con'
[c] -> [x]
(TODO)"]:::TODO
+17["'Bookmark'
[b] -> [x]
(TODO)"]:::TODO
+18["'Quote'
["] -> [x]
(TODO)"]:::TODO
+19["'Speech bubble 0'
[0] -> [0]
(NON_TASK)"]:::NON_TASK
+20["'Speech bubble 1'
[1] -> [1]
(NON_TASK)"]:::NON_TASK
+21["'Speech bubble 2'
[2] -> [2]
(NON_TASK)"]:::NON_TASK
+22["'Speech bubble 3'
[3] -> [3]
(NON_TASK)"]:::NON_TASK
+23["'Speech bubble 4'
[4] -> [4]
(NON_TASK)"]:::NON_TASK
+24["'Speech bubble 5'
[5] -> [5]
(NON_TASK)"]:::NON_TASK
+25["'Speech bubble 6'
[6] -> [6]
(NON_TASK)"]:::NON_TASK
+26["'Speech bubble 7'
[7] -> [7]
(NON_TASK)"]:::NON_TASK
+27["'Speech bubble 8'
[8] -> [8]
(NON_TASK)"]:::NON_TASK
+28["'Speech bubble 9'
[9] -> [9]
(NON_TASK)"]:::NON_TASK
+1 --> 3
+2 --> 1
+3 --> 2
+4 --> 1
+5 --> 2
+6 --> 2
+7 --> 2
+8 --> 2
+9 --> 2
+10 --> 2
+11 --> 2
+12 --> 2
+13 --> 2
+14 --> 2
+15 --> 2
+16 --> 2
+17 --> 2
+18 --> 2
+19 --> 19
+20 --> 20
+21 --> 21
+22 --> 22
+23 --> 23
+24 --> 24
+25 --> 25
+26 --> 26
+27 --> 27
+28 --> 28
+
+linkStyle default stroke:gray
+```
diff --git a/Tasks Plugin - Review and check your Statuses 2024-09-13 11-50-23.md b/Tasks Plugin - Review and check your Statuses 2024-09-13 11-50-23.md
new file mode 100644
index 00000000..984c93ba
--- /dev/null
+++ b/Tasks Plugin - Review and check your Statuses 2024-09-13 11-50-23.md
@@ -0,0 +1,130 @@
+# Review and check your Statuses
+
+## About this file
+
+This file was created by the Obsidian Tasks plugin (version 7.7.0) to help visualise the task statuses in this vault.
+
+If you change the Tasks status settings, you can get an updated report by:
+
+- Going to `Settings` -> `Tasks`.
+- Clicking on `Review and check your Statuses`.
+
+You can delete this file any time.
+
+## Status Settings
+
+
+
+These are the status values in the Core and Custom statuses sections.
+
+| Status Symbol | Next Status Symbol | Status Name | Status Type | Problems (if any) |
+| ----- | ----- | ----- | ----- | ----- |
+| `space` | `/` | Todo | `TODO` | |
+| `x` | `space` | Done | `DONE` | |
+| `/` | `x` | In Progress | `IN_PROGRESS` | |
+| `-` | `space` | Cancelled | `CANCELLED` | |
+| `space` | `/` | Unchecked | `IN_PROGRESS` | Duplicate symbol '`space`': this status will be ignored. |
+| `x` | `-` | Checked | `DONE` | Duplicate symbol '`x`': this status will be ignored. |
+| `>` | `x` | Rescheduled | `TODO` | |
+| `<` | `x` | Scheduled | `TODO` | |
+| `!` | `x` | Important | `TODO` | |
+| `?` | `x` | Question | `TODO` | |
+| `*` | `x` | Star | `TODO` | |
+| `n` | `x` | Note | `TODO` | |
+| `l` | `x` | Location | `TODO` | |
+| `i` | `x` | Information | `TODO` | |
+| `I` | `x` | Idea | `TODO` | |
+| `S` | `x` | Amount | `TODO` | |
+| `p` | `x` | Pro | `TODO` | |
+| `c` | `x` | Con | `TODO` | |
+| `b` | `x` | Bookmark | `TODO` | |
+| `"` | `x` | Quote | `TODO` | |
+| `0` | `0` | Speech bubble 0 | `NON_TASK` | |
+| `1` | `1` | Speech bubble 1 | `NON_TASK` | |
+| `2` | `2` | Speech bubble 2 | `NON_TASK` | |
+| `3` | `3` | Speech bubble 3 | `NON_TASK` | |
+| `4` | `4` | Speech bubble 4 | `NON_TASK` | |
+| `5` | `5` | Speech bubble 5 | `NON_TASK` | |
+| `6` | `6` | Speech bubble 6 | `NON_TASK` | |
+| `7` | `7` | Speech bubble 7 | `NON_TASK` | |
+| `8` | `8` | Speech bubble 8 | `NON_TASK` | |
+| `9` | `9` | Speech bubble 9 | `NON_TASK` | |
+
+## Loaded Settings
+
+
+
+These are the settings actually used by Tasks.
+
+```mermaid
+flowchart LR
+
+classDef TODO stroke:#f33,stroke-width:3px;
+classDef DONE stroke:#0c0,stroke-width:3px;
+classDef IN_PROGRESS stroke:#fa0,stroke-width:3px;
+classDef CANCELLED stroke:#ddd,stroke-width:3px;
+classDef NON_TASK stroke:#99e,stroke-width:3px;
+
+1["'Todo'
[ ] -> [/]
(TODO)"]:::TODO
+2["'Done'
[x] -> [ ]
(DONE)"]:::DONE
+3["'In Progress'
[/] -> [x]
(IN_PROGRESS)"]:::IN_PROGRESS
+4["'Cancelled'
[-] -> [ ]
(CANCELLED)"]:::CANCELLED
+5["'Rescheduled'
[>] -> [x]
(TODO)"]:::TODO
+6["'Scheduled'
[<] -> [x]
(TODO)"]:::TODO
+7["'Important'
[!] -> [x]
(TODO)"]:::TODO
+8["'Question'
[?] -> [x]
(TODO)"]:::TODO
+9["'Star'
[*] -> [x]
(TODO)"]:::TODO
+10["'Note'
[n] -> [x]
(TODO)"]:::TODO
+11["'Location'
[l] -> [x]
(TODO)"]:::TODO
+12["'Information'
[i] -> [x]
(TODO)"]:::TODO
+13["'Idea'
[I] -> [x]
(TODO)"]:::TODO
+14["'Amount'
[S] -> [x]
(TODO)"]:::TODO
+15["'Pro'
[p] -> [x]
(TODO)"]:::TODO
+16["'Con'
[c] -> [x]
(TODO)"]:::TODO
+17["'Bookmark'
[b] -> [x]
(TODO)"]:::TODO
+18["'Quote'
["] -> [x]
(TODO)"]:::TODO
+19["'Speech bubble 0'
[0] -> [0]
(NON_TASK)"]:::NON_TASK
+20["'Speech bubble 1'
[1] -> [1]
(NON_TASK)"]:::NON_TASK
+21["'Speech bubble 2'
[2] -> [2]
(NON_TASK)"]:::NON_TASK
+22["'Speech bubble 3'
[3] -> [3]
(NON_TASK)"]:::NON_TASK
+23["'Speech bubble 4'
[4] -> [4]
(NON_TASK)"]:::NON_TASK
+24["'Speech bubble 5'
[5] -> [5]
(NON_TASK)"]:::NON_TASK
+25["'Speech bubble 6'
[6] -> [6]
(NON_TASK)"]:::NON_TASK
+26["'Speech bubble 7'
[7] -> [7]
(NON_TASK)"]:::NON_TASK
+27["'Speech bubble 8'
[8] -> [8]
(NON_TASK)"]:::NON_TASK
+28["'Speech bubble 9'
[9] -> [9]
(NON_TASK)"]:::NON_TASK
+1 --> 3
+2 --> 1
+3 --> 2
+4 --> 1
+5 --> 2
+6 --> 2
+7 --> 2
+8 --> 2
+9 --> 2
+10 --> 2
+11 --> 2
+12 --> 2
+13 --> 2
+14 --> 2
+15 --> 2
+16 --> 2
+17 --> 2
+18 --> 2
+19 --> 19
+20 --> 20
+21 --> 21
+22 --> 22
+23 --> 23
+24 --> 24
+25 --> 25
+26 --> 26
+27 --> 27
+28 --> 28
+
+linkStyle default stroke:gray
+```
diff --git a/Tasks Plugin - Review and check your Statuses 2024-09-13 11-51-10.md b/Tasks Plugin - Review and check your Statuses 2024-09-13 11-51-10.md
new file mode 100644
index 00000000..dd52999a
--- /dev/null
+++ b/Tasks Plugin - Review and check your Statuses 2024-09-13 11-51-10.md
@@ -0,0 +1,131 @@
+# Review and check your Statuses
+
+## About this file
+
+This file was created by the Obsidian Tasks plugin (version 7.7.0) to help visualise the task statuses in this vault.
+
+If you change the Tasks status settings, you can get an updated report by:
+
+- Going to `Settings` -> `Tasks`.
+- Clicking on `Review and check your Statuses`.
+
+You can delete this file any time.
+
+## Status Settings
+
+
+
+These are the status values in the Core and Custom statuses sections.
+
+| Status Symbol | Next Status Symbol | Status Name | Status Type | Problems (if any) |
+| ----- | ----- | ----- | ----- | ----- |
+| `space` | `/` | Todo | `TODO` | |
+| `x` | `-` | Done | `DONE` | This `DONE` status is followed by `CANCELLED`, not `TODO` or `IN_PROGRESS`.
If used to complete a recurring task, it will instead be followed by `TODO` or `IN_PROGRESS`, to ensure the next task matches the `not done` filter.
See [Recurring Tasks and Custom Statuses](https://publish.obsidian.md/tasks/Getting+Started/Statuses/Recurring+Tasks+and+Custom+Statuses). |
+| `/` | `x` | In Progress | `IN_PROGRESS` | |
+| `-` | `space` | Cancelled | `CANCELLED` | |
+| `space` | `/` | Unchecked | `IN_PROGRESS` | Duplicate symbol '`space`': this status will be ignored. |
+| `x` | `-` | Checked | `DONE` | Duplicate symbol '`x`': this status will be ignored. |
+| `>` | `x` | Rescheduled | `TODO` | |
+| `<` | `x` | Scheduled | `TODO` | |
+| `!` | `x` | Important | `TODO` | |
+| `?` | `x` | Question | `TODO` | |
+| `*` | `x` | Star | `TODO` | |
+| `n` | `x` | Note | `TODO` | |
+| `l` | `x` | Location | `TODO` | |
+| `i` | `x` | Information | `TODO` | |
+| `I` | `x` | Idea | `TODO` | |
+| `S` | `x` | Amount | `TODO` | |
+| `p` | `x` | Pro | `TODO` | |
+| `c` | `x` | Con | `TODO` | |
+| `b` | `x` | Bookmark | `TODO` | |
+| `"` | `x` | Quote | `TODO` | |
+| `0` | `0` | Speech bubble 0 | `NON_TASK` | |
+| `1` | `1` | Speech bubble 1 | `NON_TASK` | |
+| `2` | `2` | Speech bubble 2 | `NON_TASK` | |
+| `3` | `3` | Speech bubble 3 | `NON_TASK` | |
+| `4` | `4` | Speech bubble 4 | `NON_TASK` | |
+| `5` | `5` | Speech bubble 5 | `NON_TASK` | |
+| `6` | `6` | Speech bubble 6 | `NON_TASK` | |
+| `7` | `7` | Speech bubble 7 | `NON_TASK` | |
+| `8` | `8` | Speech bubble 8 | `NON_TASK` | |
+| `9` | `9` | Speech bubble 9 | `NON_TASK` | |
+
+## Loaded Settings
+
+
+
+These are the settings actually used by Tasks.
+
+```mermaid
+flowchart LR
+
+classDef TODO stroke:#f33,stroke-width:3px;
+classDef DONE stroke:#0c0,stroke-width:3px;
+classDef IN_PROGRESS stroke:#fa0,stroke-width:3px;
+classDef CANCELLED stroke:#ddd,stroke-width:3px;
+classDef NON_TASK stroke:#99e,stroke-width:3px;
+
+1["'Todo'
[ ] -> [/]
(TODO)"]:::TODO
+2["'Done'
[x] -> [-]
(DONE)"]:::DONE
+3["'In Progress'
[/] -> [x]
(IN_PROGRESS)"]:::IN_PROGRESS
+4["'Cancelled'
[-] -> [ ]
(CANCELLED)"]:::CANCELLED
+5["'Rescheduled'
[>] -> [x]
(TODO)"]:::TODO
+6["'Scheduled'
[<] -> [x]
(TODO)"]:::TODO
+7["'Important'
[!] -> [x]
(TODO)"]:::TODO
+8["'Question'
[?] -> [x]
(TODO)"]:::TODO
+9["'Star'
[*] -> [x]
(TODO)"]:::TODO
+10["'Note'
[n] -> [x]
(TODO)"]:::TODO
+11["'Location'
[l] -> [x]
(TODO)"]:::TODO
+12["'Information'
[i] -> [x]
(TODO)"]:::TODO
+13["'Idea'
[I] -> [x]
(TODO)"]:::TODO
+14["'Amount'
[S] -> [x]
(TODO)"]:::TODO
+15["'Pro'
[p] -> [x]
(TODO)"]:::TODO
+16["'Con'
[c] -> [x]
(TODO)"]:::TODO
+17["'Bookmark'
[b] -> [x]
(TODO)"]:::TODO
+18["'Quote'
["] -> [x]
(TODO)"]:::TODO
+19["'Speech bubble 0'
[0] -> [0]
(NON_TASK)"]:::NON_TASK
+20["'Speech bubble 1'
[1] -> [1]
(NON_TASK)"]:::NON_TASK
+21["'Speech bubble 2'
[2] -> [2]
(NON_TASK)"]:::NON_TASK
+22["'Speech bubble 3'
[3] -> [3]
(NON_TASK)"]:::NON_TASK
+23["'Speech bubble 4'
[4] -> [4]
(NON_TASK)"]:::NON_TASK
+24["'Speech bubble 5'
[5] -> [5]
(NON_TASK)"]:::NON_TASK
+25["'Speech bubble 6'
[6] -> [6]
(NON_TASK)"]:::NON_TASK
+26["'Speech bubble 7'
[7] -> [7]
(NON_TASK)"]:::NON_TASK
+27["'Speech bubble 8'
[8] -> [8]
(NON_TASK)"]:::NON_TASK
+28["'Speech bubble 9'
[9] -> [9]
(NON_TASK)"]:::NON_TASK
+1 --> 3
+2 --> 4
+2-. "🔁" .-> 1
+3 --> 2
+4 --> 1
+5 --> 2
+6 --> 2
+7 --> 2
+8 --> 2
+9 --> 2
+10 --> 2
+11 --> 2
+12 --> 2
+13 --> 2
+14 --> 2
+15 --> 2
+16 --> 2
+17 --> 2
+18 --> 2
+19 --> 19
+20 --> 20
+21 --> 21
+22 --> 22
+23 --> 23
+24 --> 24
+25 --> 25
+26 --> 26
+27 --> 27
+28 --> 28
+
+linkStyle default stroke:gray
+```