Checklist Reset

approved

by Luke Hansford

Add a command to reset the state of any checklists in a document.

21 stars14,976 downloadsUpdated 1mo agoMIT
View on GitHub

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 nameDescription
Reset checklistsUncheck all checked checklist items in the open document.
Check allCheck all unchecked checklist items in the open document.
Reset selected checklistsUncheck 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.

Checklist Reset | SimilarPlugins