2022-07-24 19:39:37 +00:00
|
|
|
```meta
|
|
|
|
type: plug
|
|
|
|
uri: github:silverbulletmd/silverbullet-mount/mount.plug.json
|
|
|
|
repo: https://github.com/silverbulletmd/silverbullet-mount
|
|
|
|
author: Zef Hemel
|
|
|
|
```
|
2022-10-12 09:47:13 +00:00
|
|
|
|
2022-07-25 14:51:46 +00:00
|
|
|
<!-- #include "https://raw.githubusercontent.com/silverbulletmd/silverbullet-mount/main/README.md" -->
|
2022-10-12 09:47:13 +00:00
|
|
|
|
2022-07-25 14:51:46 +00:00
|
|
|
# Mounting of external systems into SB
|
2022-10-12 09:47:13 +00:00
|
|
|
|
2022-07-25 14:51:46 +00:00
|
|
|
Enables mounting of external folders or SB instances into your space.
|
2022-07-24 19:39:37 +00:00
|
|
|
|
2022-07-25 14:51:46 +00:00
|
|
|
## Installation
|
2022-10-12 09:47:13 +00:00
|
|
|
|
2022-07-25 14:51:46 +00:00
|
|
|
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!
|
2022-07-24 19:39:37 +00:00
|
|
|
|
|
|
|
## Configuration
|
2022-10-12 09:47:13 +00:00
|
|
|
|
2022-07-24 19:39:37 +00:00
|
|
|
Create a `MOUNTS` page:
|
|
|
|
|
2022-10-12 09:47:13 +00:00
|
|
|
```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
|
|
|
|
```
|
|
|
|
|
2022-07-25 14:51:46 +00:00
|
|
|
<!-- /include -->
|