groldsf_obsidian_check_plugin/manifest.json

11 lines
324 B
JSON
Raw Normal View History

2025-02-01 00:53:06 +00:00
{
2025-02-03 00:07:12 +00:00
"id": "checkbox-sync",
2025-02-01 01:57:33 +00:00
"name": "Checkbox Sync",
2025-08-08 10:15:01 +00:00
"version": "1.2.0",
2025-02-01 01:57:33 +00:00
"minAppVersion": "0.12.0",
2025-02-02 23:47:57 +00:00
"description": "Automatically checks the parent checkbox if all child checkboxes are completed, and unchecks it otherwise.",
2025-02-01 01:57:33 +00:00
"author": "Grol",
"authorUrl": "https://github.com/groldsf",
2025-02-01 00:53:06 +00:00
"isDesktopOnly": false
2025-02-01 01:57:33 +00:00
}