1.1.0 • Published 9 years ago

plastiq-medium-editor v1.1.0

Weekly downloads
7
License
ISC
Repository
github
Last release
9 years ago

Medium Editor for Plastiq

npm install plastiq-medium-editor

Usage

var mediumEditor = require('plastiq-medium-editor');

function render(model) {
  return mediumEditor({
    class: 'my-class',
    binding: [model, 'html'],

    mediumOptions: {
      ...
      buttons: ['bold', 'italic', 'header1', 'header2', 'unorderedlist', 'orderedlist'],
      ...
    }
  });
}
1.1.0

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago