Days
Hours
Minutes
Seconds
x

New Froala Editor v4.3.1 is here – Learn More

Skip to content

Reactive

Meteor JS Froala WYSIWYG Editor

Reactive Plugin

A Reactive plugin for the Froala Editor is also available.

Installation

  1. Open a terminal in your meteor project directory and run the following command:

    meteor add froala:editor
    
  2. Create a froala-template in main.html.

    <template name="froala">
    <div class="editor">Hello Froala</div>
    </template>
    
  3. Include the template in the body. {{> froala}}

  4. Run Froala Editor when the template is rendered in main.js.

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

Do you think we can improve this article? Let us know.

Ready to dive in? Explore our plans