Bring the Froala WYSIWYG Editor into an ember-cli project with this addon. Besides importing the required Froala Editor files, the main part of this addon is the
{{froala-editor}}
component. Checkout the documentation Website for installation, configuration, and usage details.
ember and ember-cli 2.4.2+
ember install ember-froala-editor
Take a look at the configuration documentation page
for details on the exact configuration options. But basically you add
'ember-froala-editor':{}
within your ember-cli-build.js
file and adjust
the available configuration options. Ex:
// ember-cli-build.js
// ... (snip)
'ember-froala-editor': {
plugins : true,
languages: ['es','fr','de'],
themes : 'royal'
},
// ... (snip)
Take a look at the documentation Website for full usage details. But basically this addon comes with a few Ember Components and Helpers to use within your project templates.
git clone
this repository (fork if you plan on submitting a PR)cd ember-froala-editor
npm install
bower install
ember server
- Visit the docs at http://localhost:4200
npm test
(Runsember try:each
to test against multiple Ember versions)ember test
ember test --server
ember server
(Visit tests at http://localhost:4200/tests)
Notes to self really...
- If needed, bump the
froala-editor
version inpackage.json
dependencies - Update the version in
tests/dummy/app/controllers/application.js
(hoping to remove this step later) npm version x.y.z
- Updates the version inpackage.json
and tags in gitgit push origin master --follow-tags
- Pushes any changes and the new version tag up to Github- Update the new tag on the Github Releases page
npm run deploy
- Deploys the docs togh-pages
using ember-cli-github-pages- May need to
git push
, deploy will say if this is needed
- May need to
git checkout master
- Need to switch back tomaster
after deploying the docs..npm publish
- Release the new version to the world!
The ember-froala-editor
project is under MIT license. However, in order to use Froala WYSIWYG HTML Editor plugin you should purchase a license for it.
Froala Editor has 3 different licenses for commercial use. For details please see License Agreement.