1
0
silverbullet/website/🔌 Share.md

14 lines
575 B
Markdown
Raw Normal View History

2022-11-25 15:01:05 +00:00
---
repo: https://github.com/silverbulletmd/silverbullet
---
2023-10-12 09:21:38 +00:00
#plug
2022-11-25 15:01:05 +00:00
The Share plug provides infrastructure for sharing pages outside of your space. It standardizes the {[Share: Publish]} (bound to `Cmd-s` or `Ctrl-s`) to publish the current page to all share providers specified under the `$share` key in [[Frontmatter]].
2022-11-25 15:19:46 +00:00
See the [original RFC](https://github.com/silverbulletmd/silverbullet/discussions/117) for implementation details.
2022-11-25 15:01:05 +00:00
Specific implementations for sharing are implemented in other plugs, specifically:
```query
2023-10-03 15:59:33 +00:00
share-support render [[template/page]]
```