Checklist Reset
approvedby Luke Hansford
Add a command to reset the state of any checklists in a document.
Obsidian Checklist Reset
This plugin adds a command to reset the state of any checklists in a document in Obsidian. It will currently work for Markdown and Canvas files.
Usage
This plugin adds the following commands to the Command Palette:
| Command name | Description |
|---|---|
| Reset checklists | Uncheck all checked checklist items in the open document. |
| Check all | Check all unchecked checklist items in the open document. |
| Reset selected checklists | Uncheck the selected checklist items. Only available in editor mode. |
Settings
Delete text on reset
If this value is set with a string or a Regular Expression, any text in the checklist item line that matches it will be removed when reset. This can be useful for stripping metadata, like that generated by the Obisidian Tasks plugin.
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.