No description
Find a file
2025-05-06 08:28:59 +03:00
.github add pull request template 2025-05-06 08:28:59 +03:00
__tests__ refactor(settings): Implement cross-field validation using SettingsValidator 2025-04-27 05:51:26 +03:00
docs chore: Prepare release 1.1.0 2025-05-05 15:30:35 +03:00
img upd readme 2025-04-11 22:48:43 +03:00
src moving files 2025-04-27 08:27:25 +03:00
.editorconfig fix tab 2025-04-27 04:18:56 +03:00
.eslintignore Initial commit 2025-02-01 03:53:06 +03:00
.eslintrc fix tab 2025-04-27 04:18:56 +03:00
.gitignore add tests 2025-02-18 20:50:31 +03:00
.npmrc Initial commit 2025-02-01 03:53:06 +03:00
CODE_OF_CONDUCT.md add Code of Conduct 2025-05-06 06:32:41 +03:00
esbuild.config.mjs add tests 2025-02-18 20:50:31 +03:00
jest.config.ts refactor(settings): Add EnableParentSync component and testable validator 2025-04-26 23:25:41 +03:00
LICENSE fix license 2025-02-23 01:23:33 +03:00
manifest.json chore: Prepare release 1.1.0 2025-05-05 15:30:35 +03:00
package-lock.json fix cursor, add mutex, add tests, refactor 2025-03-20 00:24:35 +03:00
package.json fix license 2025-04-26 21:38:18 +03:00
README.md chore: Prepare release 1.1.0 2025-05-05 15:30:35 +03:00
SECURITY.md Create SECURITY.md 2025-05-06 08:04:07 +03:00
styles.css Initial commit 2025-02-01 03:53:06 +03:00
tsconfig.json add tests 2025-02-18 20:50:31 +03:00
version-bump.mjs Initial commit 2025-02-01 03:53:06 +03:00
versions.json Initial commit 2025-02-01 03:53:06 +03:00

Checkbox Sync for Obsidian

License: 0BSD Latest Release Downloads

Checkbox Sync is an Obsidian plugin that helps automate the management of checkbox states within hierarchical lists (parent ↔ children synchronization).

It automatically updates parent checkboxes based on their children's state, and optionally cascades changes from parent to children, providing flexibility for managing task lists and nested checklists.

Checkbox Sync Demo: Parent state updates automatically based on children.
Example: Parent checkbox automatically reflects child completion status.

➡️ Read the Full Documentation (English & Русский) for more examples and settings

Key Features

  • Automatically check/uncheck parent based on children state.
  • Automatically check/uncheck children when parent state changes manually.
  • Configurable synchronization directions (upward/downward).
  • Supports ordered and unordered lists.
  • Respects list indentation for nested hierarchies.
  • Flexible checkbox symbol interpretation (define checked/unchecked/ignored symbols).
  • Option to disable automatic sync on file open.

Contributing

Contributions are welcome! Please see the Contributing Guide on our documentation site for details on how to help improve Checkbox Sync.

License

This project is licensed under the 0BSD license. See the LICENSE file for details.