mirror of
https://github.com/groldsf/obsidian_check_plugin.git
synced 2026-07-22 12:00:31 +00:00
Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
85b0154ca6 | ||
|
|
c6b111ac4c |
4 changed files with 4 additions and 4 deletions
|
|
@ -26,7 +26,7 @@ It automatically updates parent checkboxes based on their children's state, and
|
|||
* 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.
|
||||
* File Ignore Rules.
|
||||
|
||||
## Quick Links
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ nav_order: 3
|
|||
- Added Feature: **Logging Toggle:** Add a setting to enable/disable detailed logging for debugging purposes.
|
||||
- Added Feature **File/Folder Scope Filter:** Implement settings to include or exclude specific files or folders where the plugin should be active.
|
||||
- Added Feature: **Support Non-Checkbox Nodes:** Added support for list-item and plain text inside the checkbox tree
|
||||
- Added [Integration with Tasks plugin]("Integration with Tasks plugin.md")
|
||||
- Added [Integration with Tasks plugin](Integration_with_Tasks_plugin.md)
|
||||
### Changed
|
||||
- Transition to tree structure
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ This provides flexibility in how you manage your task lists, allowing you to cus
|
|||
* [Roadmap](roadmap.md)
|
||||
* [Installation Guide](installation.md)
|
||||
* [Contributing Guide](contributing.md)
|
||||
* [Integration with Tasks plugin]("Integration with Tasks plugin.md")
|
||||
* [Integration with Tasks plugin](Integration_with_Tasks_plugin.md)
|
||||
|
||||
### Acknowledgments
|
||||
* [Obsidian](https://obsidian.md/) — a platform for creating and organizing notes.
|
||||
|
|
@ -49,7 +49,7 @@ This provides flexibility in how you manage your task lists, allowing you to cus
|
|||
* [Планы (Roadmap)](roadmap.md)
|
||||
* [Руководство по установке](installation.md)
|
||||
* [Руководство для контрибьюторов](contributing.md)
|
||||
* [Интеграция с Tasks plugin]("Integration with Tasks plugin.md")
|
||||
* [Интеграция с Tasks plugin](Integration_with_Tasks_plugin.md)
|
||||
|
||||
### Благодарности
|
||||
* [Obsidian](https://obsidian.md/) — платформа для создания и организации заметок.
|
||||
|
|
|
|||
Loading…
Reference in a new issue