Auto Strikethrough Tasks

by Nomekuma
Score: 35/100
favorite
share
Description
Category: Task Management

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!

Stats
2
stars
346
downloads
0
forks
202
days
188
days
188
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
1
total issues
0
open issues
1
closed issues
9
commits
Latest Version
6 months ago
Changelog

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:
```

  • list title
    • my item 1
    • my item 2
    • my item 3
    • my item 4
README file from