https://github.com/bridge-core/plugins
A collection of plugins for bridge. which automatically appear inside the editor itself.
https://github.com/bridge-core/plugins
Last synced: 9 months ago
JSON representation
A collection of plugins for bridge. which automatically appear inside the editor itself.
- Host: GitHub
- URL: https://github.com/bridge-core/plugins
- Owner: bridge-core
- Created: 2019-01-01T14:55:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-13T07:33:45.000Z (about 1 year ago)
- Last Synced: 2025-04-13T08:39:13.583Z (about 1 year ago)
- Language: HTML
- Size: 11.9 MB
- Stars: 20
- Watchers: 5
- Forks: 33
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bridge. - Plugins
A collection of plugins for bridge. which automatically appear inside the editor itself. Feel free to add your own ones with a pull request!
## Contributing plugins
_Before adding your plugin to the repository please ensure that the plugin is working._
To add your plugin, drag the plugin's folder into the `plugins` folder.
Once the pull request is merged, it will **automatically create a zip file** for the plugin and will add it to the plugins.json or extensions.json file so you DO NOT need to do this yourself.
**Ensure your plugin manifest contains the following information:**
- `"author"`
- `"name"`
- `"version"`
- `"id"`
- `"description"`
- `"tags"`
Properties not listed here are optional.
If you're contributing a plugin for bridge. v2, set the `"target"` property in the plugin manifest to `"v2"` or `"both"` if the plugin is compatible with both versions. If this isn't specified, it will default to `"v1"`.