.json -> .js in plug management docs

pull/674/head
Zef Hemel 2024-01-28 13:53:14 +01:00
parent 98194b59b8
commit 146c6dbea9
1 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,6 @@ You can also use the {[Plugs: Add]} to add a plug, which will automatically crea
The [[Plugs/Editor]] plug has support for the following URI prefixes for plugs: The [[Plugs/Editor]] plug has support for the following URI prefixes for plugs:
* `https:` loading plugs via HTTPS, e.g. `[https://](https://raw.githubusercontent.com/silverbulletmd/silverbullet-github/main/github.plug.json)` * `https:` loading plugs via HTTPS, e.g. `[https://](https://raw.githubusercontent.com/silverbulletmd/silverbullet-github/main/github.plug.js)`
* `github:org/repo/file.plug.json` internally rewritten to a `https` url as above. * `github:org/repo/file.plug.js` internally rewritten to a `https` url as above.
* `ghr:org/repo/version` to fetch a plug from a Github release * `ghr:org/repo/version` to fetch a plug from a Github release