mirror of
https://github.com/groldsf/obsidian_check_plugin.git
synced 2026-07-22 05:37:48 +00:00
fix gif
This commit is contained in:
parent
25578447ea
commit
975cac157b
1 changed files with 2 additions and 2 deletions
|
|
@ -20,13 +20,13 @@ This provides flexibility in how you manage your task lists.
|
|||
|
||||
**Example 1: Parent state updates from children**
|
||||
|
||||

|
||||
<img src="https://raw.githubusercontent.com/groldsf/obsidian_check_plugin/refs/heads/master/img/showcase.gif" alt="Checking the last child causes the parent to become checked. Unchecking any child unchecks the parent (requires `enableAutomaticParentState` setting)." width="300">
|
||||
|
||||
*Checking the last child causes the parent to become checked. Unchecking any child unchecks the parent (requires `enableAutomaticParentState` setting).*
|
||||
|
||||
**Example 2: Child state updates from parent**
|
||||
|
||||

|
||||
<img src="https://raw.githubusercontent.com/groldsf/obsidian_check_plugin/refs/heads/master/img/showcase2.gif" alt="Manually checking/unchecking the parent checkbox cascades the state change to all children (requires `enableAutomaticChildState` setting)." width="300">
|
||||
|
||||
*Manually checking/unchecking the parent checkbox cascades the state change to all children (requires `enableAutomaticChildState` setting).*
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue