|
před 1 měsícem | |
---|---|---|
.github | před 4 roky | |
dist | před 3 měsíci | |
logo | před 4 roky | |
packages | před 1 měsícem | |
.eslintrc.json | před 5 roky | |
.gitignore | před 5 roky | |
.nvmrc | před 3 roky | |
LICENSE.txt | před 7 roky | |
Makefile | před 4 roky | |
README.md | před 3 roky | |
_config.yml | před 5 roky | |
favicon.ico | před 5 roky | |
index.html | před 1 měsícem | |
lerna.json | před 5 roky | |
package-lock.json | před 2 roky | |
package.json | před 2 roky | |
serviceworker.js | před 4 roky |
This repo contains community contributed plugins, not included in the core of Converse.js.
To see a demo of all the plugins working, click here
To create a new plugin, use generator-converse, which is a Yeoman generator.
Install Yeoman and the generator:
npm install -g yo generator-conversejs
Then, to create a new plugin, run the following:
$ yo conversejs my-sexy-plugin
Where my-sexy-plugin
should be replaced with the name of your plugin.
Simple raise a PR with your new plugin. Please make sure you do the following first
Before a plugin can be used, it needs to be whitelisted when you call converse.initialize
.
converse.initialize({
whitelisted_plugins: ['my-sexy-plugin'],
});
We've started using Lerna to manage the plugin packages.
For older plugins, the following needs to be done:
./packages/
directory@converse-plugins/name