The SilverBullet service bus is an extension mechanism for defining and discovering pluggable behavior. It lets you register named services that can be discovered and invoked by other parts of SilverBullet or your own scripts. This enables a plugin-like architecture where multiple implementations can compete for the same operation, with the best match winning.
service.define. It advertises itself under a selector and provides a run callback.export:*).match function determines if it applies and at what priority.run callback.See API/service for more information on how to use and define your own services.