groldsf_obsidian_check_plugin/docs/roadmap.md

24 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

---
title: Roadmap
nav_order: 4
---
2025-05-03 01:13:22 +00:00
# Roadmap
2025-05-05 12:30:35 +00:00
This document outlines the development status and future plans for the Checkbox Sync plugin. It is divided into the main focus for the **upcoming release** and a backlog of **ideas for future versions**.
2025-05-03 01:13:22 +00:00
2025-05-05 08:32:21 +00:00
*(Note: This roadmap is tentative and priorities may shift.)*
2025-05-03 01:13:22 +00:00
2025-05-05 08:32:21 +00:00
## Next Release Candidates
2025-05-03 01:13:22 +00:00
2025-05-05 12:30:35 +00:00
*This section lists the main features and technical work currently planned or in progress for the next release.*
2025-05-03 01:13:22 +00:00
2025-05-05 08:32:21 +00:00
* [Feature] **Configurable Checkbox Character (Auto-Update):** Add a setting to define which character is used to mark checkboxes when automatically updated by the plugin.
2025-05-05 12:30:35 +00:00
## Future Ideas / Backlog
* [Feature] **List Reordering Functionality:** Explore and potentially implement list item reordering features, possibly inspired by approaches like [obsidian-checkboxReorder](https://github.com/Erl-koenig/obsidian-checkboxReorder) (e.g., moving completed items).
2025-05-05 08:32:21 +00:00
* [Tech] **Refactor Settings Handling:** Change how settings are used internally. Instead of passing the settings object by reference, create a new instance of `CheckboxUtils` (or relevant class) when settings are modified to ensure proper state isolation and updates.
---
*Contributions and suggestions are welcome! Please open an issue to discuss these items or suggest new ones.*