An Ember Component for pell micro WYSIWYG editor
npm install ember-pell






Compatibility
------------------------------------------------------------------------------
* Ember.js v2.18 or above
* Ember CLI v2.13 or above
* Node.js v8 or above
Installation
------------------------------------------------------------------------------
An Ember Component that uses under the hood the great Pell micro 1KB WYSIWYG editor (https://github.com/jaredreich/pell) that doesn't require jQuery.
!Chrome | !Firefox | !IE | !Opera | !Safari
--- | --- | --- | --- | --- |
5+ ✔ | 4+ ✔ | 9+ ✔ | 11.6+ ✔ | 5+ ✔ |
https://ember-twiddle.com/3b21c63730594b39d2b9cbfa8f963803
ember install ember-pell
``javascript
// app/controllers/task.js
import Ember from 'ember';
export default Ember.Controller.extend({
value: '
#### 2. Use pell-editor component`hbs
{{pell-editor value=value onChange=(action (mut value)) pellOptions=options}}
`Available options are documented in Pell repository
License
------------------------------------------------------------------------------
See the LICENSE file included in this repository.
Contributing
------------------------------------------------------------------------------
See the Contributing guide for details.
Code of Conduct
Please note that this project is released with a Contributor Code of
Conduct. By participating in this project you agree to abide by its
terms, which can be found in the CODE_OF_CONDUCT.md` file in this