@@ -1,4 +1,6 @@
|
||||
#plug
|
||||
---
|
||||
tags: plug
|
||||
---
|
||||
|
||||
The `editor` plug implements foundational editor functionality for SilverBullet.
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#plug
|
||||
|
||||
---
|
||||
tags: plug
|
||||
---
|
||||
The Emoji plug provides support for auto-completion of the `:emoji:` style syntax. It currently has support for the [15.1 emoji unicode standard](https://emojipedia.org/emoji-15.1). 🎉
|
||||
@@ -2,8 +2,10 @@
|
||||
uri: github:silverbulletmd/silverbullet-github/github.plug.js
|
||||
repo: https://github.com/silverbulletmd/silverbullet-github
|
||||
author: Zef Hemel
|
||||
shareSupport: true
|
||||
tags: plug
|
||||
---
|
||||
#plug #share-support
|
||||
|
||||
```template
|
||||
page: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-github/main/README]]"
|
||||
raw: true
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#plug
|
||||
|
||||
---
|
||||
tags: plug
|
||||
---
|
||||
SilverBullet has a generic indexing infrastructure for [[Objects]]. Pages are automatically index upon save, so about every second.
|
||||
|
||||
The [[Plugs/Index]] plug also defines syntax for [[Tags]].
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
#share-support #plug
|
||||
|
||||
---
|
||||
tags: plug
|
||||
shareSupport: true
|
||||
---
|
||||
The Markdown plug provides support for various advanced Markdown features, specifically:
|
||||
|
||||
* {[Markdown Preview: Toggle]} preview
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
uri: github:silverbulletmd/silverbullet-mattermost/mattermost.plug.json
|
||||
repo: https://github.com/silverbulletmd/silverbullet-mattermost
|
||||
author: Zef Hemel
|
||||
shareSupport: true
|
||||
tags: plug
|
||||
---
|
||||
#plug #share-support
|
||||
|
||||
> **warning** Unmaintained
|
||||
> This plug is currently not being maintained, it may break at any time
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@ uri: github:silverbulletmd/silverbullet-mermaid/mermaid.plug.js
|
||||
repo: https://github.com/silverbulletmd/silverbullet-mermaid
|
||||
author: Zef Hemel
|
||||
---
|
||||
|
||||
Example use:
|
||||
```mermaid
|
||||
flowchart TD
|
||||
|
||||
@@ -2,8 +2,9 @@
|
||||
uri: github:m1lt0n/silverbullet-serendipity/serendipity.plug.json
|
||||
repo: https://github.com/m1lt0n/silverbullet-serendipity
|
||||
author: Pantelis Vratsalis
|
||||
tags: plug
|
||||
---
|
||||
#plug
|
||||
|
||||
```template
|
||||
page: "[[!raw.githubusercontent.com/m1lt0n/silverbullet-serendipity/main/README]]"
|
||||
raw: true
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
---
|
||||
repo: https://github.com/silverbulletmd/silverbullet
|
||||
tags: plug
|
||||
---
|
||||
#plug
|
||||
|
||||
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]].
|
||||
|
||||
See the [original RFC](https://github.com/silverbulletmd/silverbullet/discussions/117) for implementation details.
|
||||
|
||||
Specific implementations for sharing are implemented in other plugs, specifically:
|
||||
```query
|
||||
share-support render [[template/page]]
|
||||
plug where shareSupport = true render [[template/page]]
|
||||
```
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#plug
|
||||
|
||||
---
|
||||
tags: plug
|
||||
---
|
||||
The Tasks plug implements task support in SilverBullet.
|
||||
|
||||
## Task states
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#plug
|
||||
|
||||
---
|
||||
tags: plug
|
||||
---
|
||||
The [[Plugs/Template]] plug implements a few templating mechanisms.
|
||||
|
||||
# Daily Note
|
||||
|
||||
Reference in New Issue
Block a user