From 851e19fbc2a2f52f2d5729adf0182750ad97905b Mon Sep 17 00:00:00 2001 From: cactuzhead Date: Tue, 17 Jun 2025 21:02:52 +0100 Subject: [PATCH] Add files via upload --- docs/hotkeys.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docs/hotkeys.md diff --git a/docs/hotkeys.md b/docs/hotkeys.md new file mode 100644 index 0000000..138d6f7 --- /dev/null +++ b/docs/hotkeys.md @@ -0,0 +1,33 @@ +---Hotkeys +has_toc: false +back_to_top: true +back_to_top_text: "Back to top" +nav_order: 900 +--- + +## Hotkeys +There are two hotkeys you can setup with Advance Progress Bars. +- Paste code block +- Task manual refresh + +## Paste Code Block Hotkey Setup +To make it more convenient, you can add a hotkey that automatically inserts a progress bar code block into Obsidian. Simply follow these steps: + +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](/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](/assets/Obsidian Advanced Progress Bars - Hotkey.png) + +### Task Manual Refresh 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. +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: Task manual refresh` action. +![Hotkey Search](/assets/Obsidian Advanced Progress Bars - Manual Refresh Search.png) + +4. Click on the round plus button next to the found action, and assign the desired hotkey combination (e.g., `Ctrl + Shift + R` or any other combo that suits you). +![Hotkey](/assets/Obsidian Advanced Progress Bars - Manual Refresh Hotkey.png) \ No newline at end of file