Update usage.md

This commit is contained in:
cactuzhead 2025-05-11 22:57:16 +01:00 committed by GitHub
parent e6e531100a
commit eda65540dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,10 +24,10 @@ To make it more convenient, you can add a hotkey that automatically inserts a pr
1. Open Obsidian and go to the **Settings** by clicking the gear icon in the bottom left corner.
2. From the **Settings** menu, go to the **Hotkeys** section on the left sidebar.
3. In the filter search bar found at the top of the Hotkeys section, start typing **"Advanced Progress Bars"** to find the `Advanced Progress Bars: Paste code block` action.
![Hotkey Search](/docs/assets/Obsidian Advanced Progress Bars - Hotkey Search.png)
![Hotkey Search](../docs/assets/Obsidian Advanced Progress Bars - Hotkey Search.png)
5. Click on the round plus button next to the found action, and assign the desired hotkey combination (e.g., `Ctrl + Shift + B` or any other combo that suits you).
![Hotkey](/docs/assets/Obsidian Advanced Progress Bars - Hotkey.png)
![Hotkey](../docs/assets/Obsidian Advanced Progress Bars - Hotkey.png)
## Copy to Clipboard
Instead of manually typing the code block, or setting up a hotkey, you can use the `Copy to Clipboard` button, found at the top of the `APB` settings page to quickly copy it for later pasting into Obsidian.
@ -50,6 +50,6 @@ Very Large Total: 2034/2345
````
The above stacked bars example would be rendered like this (using default dark colors & settings)
![Stacked Bars](/docs/assets/Obsidian Advanced Progress Bars - Settings - Stacked Bars.png)
![Stacked Bars](../docs/assets/Obsidian Advanced Progress Bars - Settings - Stacked Bars.png)
> Note: The code block example on the settings page will only include one progress bar. You will need to manually add any additional progress bars once pasted into Obsidian.