Fix federation links
This commit is contained in:
@@ -30,7 +30,7 @@ The `editor` plug implements foundational editor functionality for SilverBullet.
|
||||
* {[Text: Bold]}: make text **bold**
|
||||
* {[Text: Italic]}: make text _italic_
|
||||
* {[Text: Marker]}: mark text with a ==marker color==
|
||||
* {[Link: Unfurl]}: “Unfurl” a link, see [[🔌 Editor/Link Unfurl]]
|
||||
* {[Link: Unfurl]}: “Unfurl” a link, see [[Link Unfurl]]
|
||||
|
||||
# Outlines
|
||||
```template
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
---
|
||||
tags: plug
|
||||
uri: github:silverbulletmd/silverbullet-ghost/ghost.plug.js
|
||||
repo: https://github.com/silverbulletmd/silverbullet-ghost
|
||||
author: Zef Hemel
|
||||
share-support: true
|
||||
---
|
||||
|
||||
```template
|
||||
page: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-ghost/main/README]]"
|
||||
raw: true
|
||||
```
|
||||
@@ -0,0 +1,11 @@
|
||||
---
|
||||
tags: plug
|
||||
uri: github:silverbulletmd/silverbullet-git/git.plug.js
|
||||
repo: https://github.com/silverbulletmd/silverbullet-git
|
||||
author: Zef Hemel
|
||||
---
|
||||
|
||||
```template
|
||||
page: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-git/main/README]]"
|
||||
raw: true
|
||||
```
|
||||
Reference in New Issue
Block a user