diff --git a/.obsidian/hotkeys.json b/.obsidian/hotkeys.json
index 308f1a7c2..9ab7b54e9 100755
--- a/.obsidian/hotkeys.json
+++ b/.obsidian/hotkeys.json
@@ -210,5 +210,13 @@
],
"key": "W"
}
+ ],
+ "obsidian-tasks-plugin:edit-task": [
+ {
+ "modifiers": [
+ "Alt"
+ ],
+ "key": "T"
+ }
]
}
\ No newline at end of file
diff --git a/.obsidian/plugins/obsidian-style-settings/data.json b/.obsidian/plugins/obsidian-style-settings/data.json
index 90b0cc99d..2cec020d9 100755
--- a/.obsidian/plugins/obsidian-style-settings/data.json
+++ b/.obsidian/plugins/obsidian-style-settings/data.json
@@ -10,5 +10,6 @@
"anuppuccin-theme-settings@@anp-speech-bubble": true,
"anuppuccin-theme-settings@@anp-codeblock-numbers": true,
"anuppuccin-theme-settings@@anp-colorful-frame": false,
- "anuppuccin-theme-settings@@anp-alt-rainbow-style": "anp-default-rainbow"
+ "anuppuccin-theme-settings@@anp-alt-rainbow-style": "anp-default-rainbow",
+ "anuppuccin-theme-settings@@anp-header-color-toggle": true
}
\ No newline at end of file
diff --git a/2024-09-13.md b/1. Daily Notes/2024/9. September/2024-09-13.md
similarity index 100%
rename from 2024-09-13.md
rename to 1. Daily Notes/2024/9. September/2024-09-13.md
diff --git a/100. Managerial Pages/1. Task Dashboard.md b/100. Managerial Pages/1. Task Dashboard.md
index e7afcd101..546190ade 100755
--- a/100. Managerial Pages/1. Task Dashboard.md
+++ b/100. Managerial Pages/1. Task Dashboard.md
@@ -12,7 +12,7 @@ where !completed
and status != "-"
and status != " "
and !due
-group by tags
+group by file.folder
```
## Overdue
```dataview
@@ -21,7 +21,7 @@ where !completed
and status != "-"
and status != " "
and due < date(today)
-group by tags
+group by file.folder
```
## Next 2 Weeks
```dataview
@@ -31,7 +31,7 @@ where !completed
and status != " "
and due > date(today)
and due < date(today) + dur(2 w)
-group by tags
+group by file.folder
```
## On The Horizon
```dataview
@@ -40,9 +40,5 @@ where !completed
and status != "-"
and status != " "
and due > date(today) + dur(2 w)
-group by tags
-```
-
-- [<] 📅 2024-09-16
-- [<] 📅 2024-09-30
-- [<] 📅 2024-09-01
\ No newline at end of file
+group by file.folder
+```
\ No newline at end of file
diff --git a/Set up Zotero Web Server.md b/2. Cole Group Meeting Notes/Set up Zotero Web Server.md
similarity index 100%
rename from Set up Zotero Web Server.md
rename to 2. Cole Group Meeting Notes/Set up Zotero Web Server.md
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
deleted file mode 100644
index 984c93baf..000000000
--- a/Tasks Plugin - Review and check your Statuses 2024-09-13 11-50-18.md
+++ /dev/null
@@ -1,130 +0,0 @@
-# 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
deleted file mode 100644
index 984c93baf..000000000
--- a/Tasks Plugin - Review and check your Statuses 2024-09-13 11-50-23.md
+++ /dev/null
@@ -1,130 +0,0 @@
-# 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
deleted file mode 100644
index dd52999a4..000000000
--- a/Tasks Plugin - Review and check your Statuses 2024-09-13 11-51-10.md
+++ /dev/null
@@ -1,131 +0,0 @@
-# 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
-```
diff --git a/Tasks Plugin - Review and check your Statuses 2024-09-13 11-54-37.md b/Tasks Plugin - Review and check your Statuses 2024-09-13 11-54-37.md
deleted file mode 100644
index bcd4e102c..000000000
--- a/Tasks Plugin - Review and check your Statuses 2024-09-13 11-54-37.md
+++ /dev/null
@@ -1,131 +0,0 @@
-# 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 | `TODO` | Duplicate symbol '`space`': this status will be ignored. |
-| `x` | `-` | Checked | `DONE` | Duplicate symbol '`x`': this status will be ignored. |
-| `>` | `/` | Rescheduled | `TODO` | |
-| `<` | `>` | 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'
[>] -> [/]
(TODO)"]:::TODO
-6["'Scheduled'
[<] -> [>]
(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 --> 3
-6 --> 5
-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 12-05-00.md b/Tasks Plugin - Review and check your Statuses 2024-09-13 12-05-00.md
deleted file mode 100644
index af689ab74..000000000
--- a/Tasks Plugin - Review and check your Statuses 2024-09-13 12-05-00.md
+++ /dev/null
@@ -1,131 +0,0 @@
-# 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 | `TODO` | Duplicate symbol '`space`': this status will be ignored. |
-| `x` | `-` | Checked | `DONE` | Duplicate symbol '`x`': this status will be ignored. |
-| `>` | `/` | Rescheduled | `TODO` | |
-| `<` | `>` | 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'
[>] -> [/]
(TODO)"]:::TODO
-6["'Scheduled'
[<] -> [>]
(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 --> 6
-2 --> 4
-2-. "🔁" .-> 1
-3 --> 2
-4 --> 1
-5 --> 3
-6 --> 5
-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/Zotero Web Sever.md b/To Do List.md
similarity index 100%
rename from Zotero Web Sever.md
rename to To Do List.md