Local Deploy

Copy plugin files to the local Obsidian vault Use when this capability is needed.

tomevault-io 10b2c5d 2 files · 1.8 KB Updated

File contents

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.

  1. Create the plugin directory if needed:

    mkdir -p "D:/GitHub/ran-work/.obsidian/plugins/mermaid-live-editor"
    
  2. Copy plugin files (main.js, manifest.json, styles.css):

    cp 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/"
    
  3. Verify deployment -- confirm all files landed correctly:

    ls -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.


Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/ran-codes--obsidian-mermaid-editor--local-deploy commit 10b2c5d3e0

Frequently asked questions

npx skillmds@latest add tomevault-io/local-deploy