You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a convenient delete button to code blocks styled by the [Obsidian-Code-Styler](https://github.com/mayurankv/Obsidian-Code-Styler) plugin.
4
+
5
+
## 🚀 Features
6
+
7
+
- ✨ One-click deletion of any code block
8
+
- 🔌 Works seamlessly with [Obsidian-Code-Styler](https://github.com/mayurankv/Obsidian-Code-Styler)
9
+
- ⚡ Lightweight and non-intrusive
10
+
11
+
## ⚙️ Installation
12
+
13
+
### Manual Install
14
+
15
+
1. Create a new folder named `code-deleter` inside your vault’s `.obsidian/plugins/` directory:
16
+
17
+
2. Copy the following files into that folder:
18
+
19
+
-`main.js`
20
+
-`styles.css`
21
+
-`manifest.json`
22
+
23
+
### Using BRAT (Recommended for Beta Plugins)
24
+
25
+
You can also install and auto-update this plugin via [BRAT (Beta Reviewers Auto-update Tool)](https://github.com/TfTHacker/obsidian42-brat):
26
+
27
+
1. Install BRAT from the Community Plugins browser.
28
+
2. Add this repository URL in BRAT:
29
+
`https://github.com/your-username/code-deleter`_(replace with your actual repo)_
30
+
31
+
> 💡 After installation, enable the plugin in **Settings → Community plugins**.
32
+
33
+
## 📜 License
34
+
35
+
Distributed under the [MIT License](LICENSE).
36
+
37
+
## 🙏 Thanks
38
+
39
+
This plugin is built on top of the excellent [Obsidian-Code-Styler](https://github.com/mayurankv/Obsidian-Code-Styler) by [@mayurankv](https://github.com/mayurankv). Thank you for your great work!
0 commit comments