diff --git a/website/πŸ”Œ Plugs.md b/website/πŸ”Œ Plugs.md index 4022a4e6..e08adea8 100644 --- a/website/πŸ”Œ Plugs.md +++ b/website/πŸ”Œ Plugs.md @@ -4,12 +4,13 @@ Plugs are an extension mechanism (implemented using a library called `plugos` th ## Directory +* [[πŸ”Œ Mattermost]] by **Zef Hemel** ([repo](https://github.com/silverbulletmd/silverbullet-mattermost)) * [[πŸ”Œ Backlinks]] by **Guillermo VayΓ‘** ([repo](https://github.com/Willyfrog/silverbullet-backlinks)) * [[πŸ”Œ Ghost]] by **Zef Hemel** ([repo](https://github.com/silverbulletmd/silverbullet-ghost)) * [[πŸ”Œ Git]] by **Zef Hemel** ([repo](https://github.com/silverbulletmd/silverbullet-github)) * [[πŸ”Œ Github]] by **Zef Hemel** ([repo](https://github.com/silverbulletmd/silverbullet-github)) -* [[πŸ”Œ Mattermost]] by **Zef Hemel** ([repo](https://github.com/silverbulletmd/silverbullet-mattermost)) * [[πŸ”Œ Mount]] by **Zef Hemel** ([repo](https://github.com/silverbulletmd/silverbullet-mount)) +* [[πŸ”Œ Query]] by **Silver Bullet Authors** ([repo](https://github.com/silverbulletmd/silverbullet)) ## How to develop your own plug diff --git a/website/πŸ”Œ Query.md b/website/πŸ”Œ Query.md new file mode 100644 index 00000000..11772cf6 --- /dev/null +++ b/website/πŸ”Œ Query.md @@ -0,0 +1,8 @@ +```meta +type: plug +uri: core:query +repo: https://github.com/silverbulletmd/silverbullet +author: Silver Bullet Authors +``` + +The query plug is a built-in plug implementing the `` mechanism. \ No newline at end of file