The Auto Strikethrough Tasks plugin is a game-changer for Obsidian users who manage tasks in their notes. This plugin automatically applies strikethrough formatting to completed tasks, making it easy to visually distinguish between done and undone tasks. Conversely, when you uncheck an incomplete task that has strikethrough, the plugin will remove the strikethrough format, keeping your task lists organized and clutter-free. With its seamless integration into Obsidian's editor, this plugin saves time and effort in maintaining your task lists, allowing you to focus on what matters most - getting things done!
Fixed: Indentation issue with checklist items in previous versions. 0.0.1
Description: Resolved a bug where checking off a list item would not preserve the original indentation. Now, when an item is checked, the list will maintain its intended format.
Before Fix:
- list title
- [ ] my item 1
- [X] ~~my item 2~~
- [ ] my item 3
- [X] ~~ my item 4~~
After Fix:
```