mirror of
https://github.com/groldsf/obsidian_check_plugin.git
synced 2026-07-22 05:37:48 +00:00
ref description
This commit is contained in:
parent
2152315117
commit
d929184c74
2 changed files with 3 additions and 1 deletions
|
|
@ -1 +1,3 @@
|
|||
Automatically checks the parent checkbox if all child checkboxes are completed, and unchecks it otherwise.
|
||||
|
||||
Автоматически отмечает родительский чекбокс, если все дочерние выполнены, и снимает отметку в противном случае.
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
"name": "Checkbox Sync",
|
||||
"version": "1.0.0",
|
||||
"minAppVersion": "0.12.0",
|
||||
"description": "Автоматически отмечает родительский чекбокс, если все дочерние выполнены, и снимает отметку в противном случае.",
|
||||
"description": "Automatically checks the parent checkbox if all child checkboxes are completed, and unchecks it otherwise.",
|
||||
"author": "Grol",
|
||||
"authorUrl": "https://github.com/groldsf",
|
||||
"isDesktopOnly": false
|
||||
|
|
|
|||
Loading…
Reference in a new issue