1
0
silverbullet/website/🔌 Mount.md

39 lines
909 B
Markdown
Raw Normal View History

```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
<!-- #include "https://raw.githubusercontent.com/silverbulletmd/silverbullet-mount/main/README.md" -->
2022-10-12 09:47:13 +00:00
# Mounting of external systems into SB
2022-10-12 09:47:13 +00:00
Enables mounting of external folders or SB instances into your space.
## Installation
2022-10-12 09:47:13 +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!
## Configuration
2022-10-12 09:47:13 +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
```
<!-- /include -->