A toolbar of buttons and shortcuts for Scribe
bower install scribe-plugin-toolbar
Alternatively, you can access the distribution files through GitHub releases.
scribe-plugin-toolbar is an AMD module:
require(['scribe', 'scribe-plugin-toolbar'], function (Scribe, scribePluginToolbar) {
var scribeElement = document.querySelector('.scribe');
// Create an instance of Scribe
var scribe = new Scribe(scribeElement);
var toolbarElement = document.querySelector('.toolbar');
scribe.use(scribePluginToolbar(toolbarElement));
});
For more documentation see the project wiki