nomekuma765 downloadsAutomatically adds strikethrough to completed tasks.
AutoStrikethroughTasksPlugin is a plugin for Obsidian that automatically applies or removes strikethrough formatting to completed or incomplete tasks in your notes.
- [x]), the plugin automatically applies strikethrough (~~) to the task text.- [ ]) that has strikethrough, the plugin will automatically remove the strikethrough.Settings > Community Plugins > Installed Plugins.AutoStrikethroughTasksPlugin in the list and toggle it on.Once the plugin is enabled:
Write tasks using standard Markdown task list syntax.
- [ ] Task to do
- [x] Task completed
The plugin will automatically:
- [x] ~~Task completed~~
- [ ] Task to do
To build this plugin, ensure you have Node.js installed, then:
npm install to install dependencies.npm run build to compile the plugin.onload() method registers the event listener, and the onunload() method cleans up when the plugin is disabled.Feel free to contribute by submitting issues or pull requests. For significant changes, please open an issue first to discuss the changes you intend to make.
This project is licensed under the MIT License. See the LICENSE file for details.