1.0.0 • Published 8 years ago

scribe-plugin-toolbar v1.0.0

Weekly downloads
569
License
-
Repository
github
Last release
8 years ago

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

1.0.0

8 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.5

9 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago