Added AI and TreeView plugs to website

pull/744/head
Zef Hemel 2024-02-23 10:02:11 +01:00
parent afd2ce71a5
commit 1012282cd4
5 changed files with 25 additions and 28 deletions

10
website/Plugs/AI.md Normal file
View File

@ -0,0 +1,10 @@
---
uri: github:justyns/silverbullet-ai/silverbullet-ai.plug.js
repo: https://github.com/justyns/silverbullet-ai
author: Justyn Shull
tags: plug
---
```template
{{[[!raw.githubusercontent.com/justyns/silverbullet-ai/main/README]]}}
```

View File

@ -1,14 +0,0 @@
---
uri: github:silverbulletmd/silverbullet-mattermost/mattermost.plug.json
repo: https://github.com/silverbulletmd/silverbullet-mattermost
author: Zef Hemel
shareSupport: true
tags: plug
---
> **warning** Unmaintained
> This plug is currently not being maintained, it may break at any time
```template
raw: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-mattermost/main/README]]"
```

10
website/Plugs/TreeView.md Normal file
View File

@ -0,0 +1,10 @@
---
uri: github:joekrill/silverbullet-treeview/treeview.plug.js
repo: https://github.com/joekrill/silverbullet-treeview
author: Joe Krill
tags: plug
---
```template
{{[[!raw.githubusercontent.com/joekrill/silverbullet-treeview/main/README]]}}
```

View File

@ -1,12 +0,0 @@
---
tags:
- plug
uri: github:silverbulletmd/silverbullet-twitter/twitter.plug.js
repo: https://github.com/silverbulletmd/silverbullet-twitter
author: SilverBullet Authors
---
Remember Twitter?
```template
raw: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-twitter/main/README]]"
```

View File

@ -1,2 +1,5 @@
#template
---
tags: template
---
* [[{{name}}]] {{#if author}}by **{{author}}** ([repo]({{repo}})){{/if}}