All Projects → froala → Meteor Froala

froala / Meteor Froala

Licence: mit
Meteor bindings for the Froala WYSIWYG HTML Editor.

Labels

Meteor Froala WYSIWYG HTML Editor

A beautiful Javascript WYSIWYG HTML text editor for Meteor. Check out the Froala editor homepage for more details.

How do I use it?

1.Open terminal in your meteor project directory and execute following command:

meteor add froala:editor

2.Create a froala-template in your main.html file.

<template name="froala">
  <div class="editor">Hello Froala</div>
</template>

3.Include the template in body of html.

<body>
 {{> froala}}
</body>

4.Run froala when template is rendered in main.js file.

Template.froala.rendered = function () {
  new FroalaEditor('.editor');
};

License

The meteor-froala 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].