From edf69e5641be40c0a68382d84c9d7acd802b2492 Mon Sep 17 00:00:00 2001 From: cactuzhead Date: Sun, 17 Aug 2025 13:38:09 +0100 Subject: [PATCH] Update tasks.md --- docs/tasks.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/docs/tasks.md b/docs/tasks.md index 8ed8b8e..0223ca2 100644 --- a/docs/tasks.md +++ b/docs/tasks.md @@ -82,7 +82,7 @@ In the image above, both `#orange` and `#banana` are being tracked automatically And you can track as many tags as you wish by simply adding additonal progress bars with a new tag for each. -### Auto Tasks NEW v1.1.2 +### Auto Tasks NEW v1.1.2 When toggled `on`, tasks are automatically updated when it detects editing on the current page. {: .note } @@ -102,7 +102,7 @@ This can be used to manually make sure that notes are refreshed and up-to-date. {: .note } You have to change to another page, and stay on it for at least 2 seconds before returning to your current page for the tasks to refresh. -### Hotkey Setup NEW v1.1.2 +### Hotkey Setup NEW v1.1.2 If you want to manually trigger a task update without switching between notes, you can now configure a hotkey for quick access. Simply follow these steps: 1. Open Obsidian and go to the **Settings** by clicking the gear icon in the bottom left corner. @@ -116,7 +116,10 @@ If you want to manually trigger a task update without switching between notes, y {: .note } If you are not going to be using tags to keep track of your task progress, then it is **highly** advised to turn `off` the `Enable Task Linking` for a smoother and efficient experience. -### Tag Badge Colors +### Tag Badge Colors REMOVED v1.1.4 +{: .removed } +The badge color settings were removed in version 1.1.4 as these are now automatically set based on your containers background color. + Once you toggle the task linking setting to `on`, two additional color settings will appear underneath. `Task Text Color` is used to set the color of the tag badge's text, whilst the `Task Background Color` is used to set the background color of the tag badge. @@ -125,6 +128,10 @@ Once you toggle the task linking setting to `on`, two additional color settings ## Sub Tasks In addition to the color settings mentioned above, you should also see a new toggle option called `Enable Sub-Task Linking`. +REMOVED v1.1.4 +{: .removed } +The sub task color settings were removed in version 1.1.4 as these are now handled with the expanded template system. + When toggled `on` it should reveal two further color settings underneath it. These are used to change the text color of the sub tasks, with one being used after you have completed all sub tasks. @@ -165,4 +172,4 @@ As you can see in the example above, there is a `~2/4` placed directly after the This is simply the `Value/Total` for subtasks of your progress bars tag, and is automatically added by APB. {: .note } -For task linked progress bars - it is not recommended that you make any changes manually to the code block apart from the `Title` or `#tag` as it will be overwritten when APB refreshes the data. \ No newline at end of file +For task linked progress bars - it is not recommended that you make any changes manually to the code block apart from the `Title` or `#tag` as it will be overwritten when APB refreshes the data.