From 25578447eac5d7cbe5c39f384459351457ee7e2d Mon Sep 17 00:00:00 2001 From: Grol Grol Date: Fri, 11 Apr 2025 23:22:39 +0300 Subject: [PATCH] fix gif --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e049626..2f87428 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,15 @@ This provides flexibility in how you manage your task lists. **Example 1: Parent state updates from children** + ![](https://raw.githubusercontent.com/groldsf/obsidian_check_plugin/refs/heads/master/img/showcase.gif) + *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** + ![](https://raw.githubusercontent.com/groldsf/obsidian_check_plugin/refs/heads/master/img/showcase2.gif) + *Manually checking/unchecking the parent checkbox cascades the state change to all children (requires `enableAutomaticChildState` setting).* ### Supported Lists