Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

silverbulletmd/silverbullet-mount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mounting of external systems into SB

Enables mounting of external folders or SB instances into your space.

Installation

Open your PLUGS note in SilverBullet and add this plug to the list:

- github:silverbulletmd/silverbullet-mount/mount.plug.json

Then run the Plugs: Update command and off you go!

Configuration

Create a MOUNTS page:

    ```yaml
    # Mounting another local folder with a docs/ prefix
    - prefix: docs/
      path: file:/Users/me/docs
    # Mounting an external SB instance to remote/
    - prefix: remote/
      path: http://some-ip:3000
      password: mypassword
    ```

About

Mounting plug for Silver Bullet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published