related articles plugin
Include the plugin in the plugins prop of your Megadraft instance.
``js
import React from "react";
import ReactDOM from "react-dom";
import {MegadraftEditor} from "megadraft";
import plugin from "related-articles-plugin";
class Example extends React.Component {
render(){
return (
);
}
}
ReactDOM.render(
`
Install, run, test.
``Install npm dependencies
make setupGulp dev-server task with webpack + sass running on http://localhost:8080/
make runRun mocha tests + eslint
make test
If you're constantly running tests, there's a faster alternative using mocha's
watch feature:
``
make watch_unit
There's a prepublish script entry on package.json that runs build tasks
before publishing the package.
```
npm publish
The sample plugin uses the extension icon from https://design.google.com/icons/
under Apache License Version 2.0.