355
edits
(New page: We want to allow people to extend the Bespin project in as many ways as possible. Right now there are a few ways to do so: * Create commands * Hack up your [[Labs...) |
|||
Line 48: | Line 48: | ||
In your config file you will be able to fire an event to load a plugin: | In your config file you will be able to fire an event to load a plugin: | ||
bespin.publish("bespin:plugin:load", { | bespin.publish("bespin:plugin:load", { | ||
url: "http://foo.com/bespinPlugin.zip" | |||
}); | }); |
edits