Deploy to Obsidian Vault
Copy all required plugin files to the local Obsidian vault at D:/GitHub/ran-work/.obsidian/plugins/mermaid-live-editor/.
Run these steps in order. Stop immediately if any step fails.
- •
Create the plugin directory if needed:
bashmkdir -p "D:/GitHub/ran-work/.obsidian/plugins/mermaid-live-editor"
- •
Copy plugin files (main.js, manifest.json, styles.css):
bashcp D:/GitHub/obsidian-mermaid-editor/main.js D:/GitHub/obsidian-mermaid-editor/manifest.json D:/GitHub/obsidian-mermaid-editor/styles.css "D:/GitHub/ran-work/.obsidian/plugins/mermaid-live-editor/"
- •
Verify deployment -- confirm all files landed correctly:
bashls -la "D:/GitHub/ran-work/.obsidian/plugins/mermaid-live-editor/"
After deploying, tell the user to reload Obsidian (Ctrl+P → "Reload app without saving") to pick up changes.