Skip to content

Commit

Permalink
Fix plugs page
Browse files Browse the repository at this point in the history
  • Loading branch information
zefhemel committed Oct 13, 2023
1 parent 5a4fbf5 commit 9b6214e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/πŸ”Œ Plugs.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ Plugs are distributed as self-contained JavaScript bundles (ending with `.plug.j
## Core plugs
These plugs are distributed with SilverBullet and are automatically enabled:
```query
plug where uri = null order by name render [[template/plug]]
plug where tags = "page" and uri = null order by name render [[template/plug]]
```
## Third-party plugs
These plugs are written either by third parties or distributed separately from the main SB distribution:
```query
plug where uri != null order by name render [[template/plug]]
plug where tags = "page" and uri != null order by name render [[template/plug]]
```

## How to develop your own plug
Expand Down

0 comments on commit 9b6214e

Please sign in to comment.