scribe-plugin-toolbar

1.0.0 • Public • Published

scribe-plugin-toolbar Build Status

A toolbar of buttons and shortcuts for Scribe

Installation

bower install scribe-plugin-toolbar

Alternatively, you can access the distribution files through GitHub releases.

Usage Example

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

Options

Set the shared key to true to enable the shared toolbar functionality.

Development

After cloning the repo:

  • npm install
  • bower install
  • npm run test

If the tests run green then you are good to start developing

Dependents (1)

Package Sidebar

Install

npm i scribe-plugin-toolbar

Weekly Downloads

1,762

Version

1.0.0

License

none

Last publish

Collaborators

  • oliverjash
  • theefer
  • hmgibson23
  • jamespamplin
  • scribe-dev