No description
Find a file
2025-07-14 09:08:59 +03:00
.github/workflows upd 2025-03-13 22:04:34 +03:00
__tests__ ref 2025-07-13 21:03:42 +03:00
docs upd docs 2025-05-18 21:26:01 +03:00
img upd readme 2025-04-11 22:48:43 +03:00
src ref: упростил хранение изменённой строки 2025-07-14 09:08:59 +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 рабочая версия 2025-07-05 14:27:48 +03:00
.npmrc Initial commit 2025-02-01 03:53:06 +03:00
esbuild-debug-wrap-plugin.mjs feat(settings): Add option to enable/disable debug logging 2025-05-14 13:24:08 +03:00
esbuild.config.mjs feat(settings): Add option to enable/disable debug logging 2025-05-14 13:24:08 +03:00
jest.config.ts рабочая версия 2025-07-05 14:27:48 +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 рабочая версия 2025-07-05 14:27:48 +03:00
package.json рабочая версия 2025-07-05 14:27:48 +03:00
README.md upd docs 2025-05-18 21:26:01 +03:00
styles.css Initial commit 2025-02-01 03:53:06 +03:00
tsconfig.json feat(filter): Implement file filtering using 'ignore' library 2025-05-18 18:21:50 +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.
  •   File Ignore Rules.
    

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.