obsidian-plugin-config 1.6.9 → 1.6.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -139,6 +139,19 @@ yarn build # Production build
139
139
  yarn real # Build to production vault
140
140
  ```
141
141
 
142
+ ### VSCode Tasks (Ctrl+Shift+P → "Run Task")
143
+
144
+ After injection, VSCode tasks are available for quick access:
145
+
146
+ - **Build** - Production build
147
+ - **Lint** / **Lint: Fix** - ESLint check/fix
148
+ - **Prettier: Check** / **Prettier: Fix** - Format check/fix
149
+ - **Obsidian Inject** - Re-inject configuration (with confirmation)
150
+ - **Obsidian Inject (no confirm)** - Re-inject without confirmation
151
+ - **Cleanup: Lint + Prettier + Build** - Full cleanup sequence
152
+
153
+ 💡 **Tip**: Use `Ctrl+Shift+B` (Windows/Linux) or `Cmd+Shift+B` (Mac) for the default Build task.
154
+
142
155
  ### Version & Release
143
156
 
144
157
  ```bash
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * Obsidian Plugin Config - CLI Entry Point
5
5
  * Global command: obsidian-inject
6
- * Version: 1.6.9
6
+ * Version: 1.6.10
7
7
  */
8
8
 
9
9
  import { execSync } from 'child_process';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obsidian-plugin-config",
3
- "version": "1.6.9",
3
+ "version": "1.6.10",
4
4
  "description": "Global CLI injection tool for Obsidian plugins",
5
5
  "type": "module",
6
6
  "bin": {