Adds a convenient delete button to code blocks styled by the Obsidian-Code-Styler plugin.
- β¨ One-click deletion of any code block
- π Works seamlessly with Obsidian-Code-Styler
- β‘ Lightweight and non-intrusive
-
Create a new folder named
code-deleterinside your vaultβs.obsidian/plugins/directory: -
Copy the following files into that folder:
main.jsstyles.cssmanifest.json
You can also install and auto-update this plugin via BRAT (Beta Reviewers Auto-update Tool):
- Install BRAT from the Community Plugins browser.
- Add this repository URL in BRAT:
https://github.com/your-username/code-deleter(replace with your actual repo)
π‘ After installation, enable the plugin in Settings β Community plugins.
Distributed under the MIT License.
This plugin is built on top of the excellent Obsidian-Code-Styler by @mayurankv. Thank you for your great work!