
Security News
Node.js Moves Toward Stable TypeScript Support with Amaro 1.0
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
ember-pell
Advanced tools
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.
![]() | ![]() | ![]() | ![]() | ![]() |
---|---|---|---|---|
5+ ✔ | 4+ ✔ | 9+ ✔ | 11.6+ ✔ | 5+ ✔ |
https://ember-twiddle.com/3b21c63730594b39d2b9cbfa8f963803
ember install ember-pell
You can declare value variable in your controller or parent component:
// app/controllers/task.js
import Ember from 'ember';
export default Ember.Controller.extend({
value: '<h1>Some html</h1>',
options: {} // optional param
});
pell-editor
component{{pell-editor value=value onChange=(action (mut value)) pellOptions=options}}
Available options are documented in Pell repository
See the LICENSE file included in this repository.
See the Contributing guide for details.
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
repository.
v1.4.5 (2019-05-22)
Implemented enhancements:
Merged pull requests:
FAQs
An Ember Component for pell micro WYSIWYG editor
The npm package ember-pell receives a total of 795 weekly downloads. As such, ember-pell popularity was classified as not popular.
We found that ember-pell demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.