Skip to content

Installation

Sviatoslav Melnyk edited this page May 31, 2026 · 1 revision

Camera Embed can be installed from Obsidian Community Plugins or GitHub Releases

How to Install from Obsidian Community Plugins

  1. Open Obsidian.

  2. Go to Settings → Community plugins.

  3. Make sure Restricted mode is OFF.

  4. Click Browse.

  5. In the search bar, type: Camera Embed

  6. Click on the plugin in the results.

  7. Press Install.

  8. After installation, click Enable.

  9. The plugin is now ready to use.


How to Install from GitHub Releases

  1. Go to the releases page of Camera Embed: https://github.com/slavkomelnyk/camera-embed/releases/

  2. Download the latest release files:

    • main.js
    • manifest.json
    • styles.css
  3. Open your vault folder and navigate to:

    .obsidian/plugins/
    
  4. Create a folder named:

    camera-embed
    
  5. Copy the downloaded files into the folder:

    .obsidian/plugins/camera-embed/
      ├── main.js
      ├── manifest.json
      └── styles.css
    
  6. Restart Obsidian.

  7. Enable the plugin in: Settings → Community Plugins

Clone this wiki locally