Fix federation links

This commit is contained in:
Zef Hemel
2023-12-21 19:19:09 +01:00
parent 90659c9c7e
commit 5abdf1c80c
8 changed files with 7 additions and 17 deletions
+1 -1
View File
@@ -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
+12
View File
@@ -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
```
+11
View File
@@ -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
```