No description
Find a file
2025-01-10 15:42:17 +00:00
src Added setting for deleting items permanently or to trash 2025-01-10 15:09:38 +00:00
.editorconfig Initial Commit 2024-10-14 14:48:36 +02:00
.eslintignore Initial Commit 2024-10-14 14:48:36 +02:00
.eslintrc - Disable rendering Decoration in SourceMode 2024-10-18 10:38:29 +02:00
.gitignore Initial Commit 2024-10-14 14:48:36 +02:00
.npmrc Initial Commit 2024-10-14 14:48:36 +02:00
esbuild.config.mjs - New folder structure: Main is now under src/ 2024-10-15 10:58:14 +02:00
LICENSE - Release preperations: 2024-10-30 16:13:52 +01:00
manifest.json Bump version number: 1.0.4 2025-01-06 13:44:43 +00:00
package-lock.json Bump version number: 1.0.4 2025-01-06 13:44:43 +00:00
package.json Bump version number: 1.0.4 2025-01-06 13:44:43 +00:00
README.md - Fix linting warnings 2024-10-30 17:09:10 +01:00
styles.css Added setting for deleting items permanently or to trash 2025-01-10 15:09:38 +00:00
tsconfig.json - Disable rendering Decoration in SourceMode 2024-10-18 10:38:29 +02:00
version-bump.mjs Initial Commit 2024-10-14 14:48:36 +02:00
versions.json Bump version number: 1.0.4 2025-01-06 13:44:43 +00:00

Check and Delete

Description

Check and Delete is an Obsidian plugin that lets you delete a completed list item with the press of a button. This plugin is perfect for those who enjoy using checklists but find themselves spending too much time manually deleting items after theyre done — especially on mobile. With Check and Delete, you can spend more time on tasks and less time on cleanup.

Usage

To use this plugin, create a list item in Obsidian using one of the following formats:

  • - (x)
  • - (X)

When you mark an item as complete, simply press the button to delete it instantly.

Contributions

Contributions are welcome! If you have ideas to improve this plugin or add new features, please feel free to contribute.