Add files via upload

This commit is contained in:
cactuzhead 2025-11-16 14:31:44 +00:00 committed by GitHub
parent b2b1e3fe25
commit 6a9dc2291a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 2 deletions

View file

@ -8,7 +8,14 @@ nav_order: 999
# Changelog
## Release v1.2.0 <span class="label label-green badge">NEW</span>
## Release v1.2.1 <span class="label label-green badge">NEW</span>
### Bug Fixes
- Inline edit gear settings icon is now hidden when a wikilink is used to display the progress bar on another note (it will still be viewable on the original note).
- Progress bars within callouts should now work as intended.
- Progress bars using task linking were only counting tasks marked with [x] for the **Total** in top-level and sub-tasks. Now any custom status markers will also be counted towards the **Total**.
Completed tasks using [x] or [X] are the only ones counting towards the **Value**
## Release v1.2.0
### New Features
- Added date functionality so you can use a start and end date to keep track of days.
- Added prefix and suffix to templates so that you can add custom text before and/or after the value and total.

View file

@ -43,6 +43,11 @@ My Title#orange: 1/2
````
In the example above, the tag is #orange (all lowercase) and is added to the end of your `Title` (but before the colon).
### Status Markers <span class="label label-green badge">NEW v1.2.1</span>
Progress bars using task linking count tasks with any status markers for the **Total** in top-level and sub-tasks.
Completed tasks using [x] or [X] are the only ones counting towards the **Value**
### Add Tags to Tasks
Now simply add the same tag to the end of each top task you want to link to this progress bar.
```php
@ -172,4 +177,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.
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.