2017 © Pedro Peláez
 

component wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

image

froala/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

  • Thursday, July 5, 2018
  • by stefanneculai
  • Repository
  • 116 Watchers
  • 2486 Stars
  • 13,353 Installations
  • HTML
  • 2 Dependents
  • 0 Suggesters
  • 324 Forks
  • 71 Open issues
  • 27 Versions
  • 23 % Grown

The README.md

Froala Editor V4

Build Status npm npm, (*1)

Froala WYSIWYG HTML Editor is one of the most powerful JavaScript rich text editors ever., (*2)

WYSIWYG HTML Editor, (*3)

Demos

  • Basic demo: https://www.froala.com/wysiwyg-editor
  • Inline demo: https://www.froala.com/wysiwyg-editor/inline
  • Full list: https://www.froala.com/wysiwyg-editor/examples

Download and Install Froala Editor

Install from npm

npm install froala-editor

Install from bower

bower install froala-wysiwyg-editor

Load from CDN

Using Froala Editor from CDN is the easiest way to install it and we recommend using the jsDeliver CDN as it mirrors the NPM package., (*4)


<link href="https://cdn.jsdelivr.net/npm/froala-editor@latest/css/froala_editor.pkgd.min.css" rel="stylesheet" type="text/css" />



<textarea></textarea>










Load from CDN as an AMD module

Froala Editor is compatible with AMD module loaders such as RequireJS. The following example shows how to load it along with the Algin plugin from CDN using RequireJS., (*5)

<html>
<head>
  
  <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/froala-editor@latest/css/froala_editor.css">

  






  <style>
    body {
      text-align: center;
    }
    div#editor {
      width: 81%;
      margin: auto;
      text-align: left;
    }
    .ss {
      background-color: red;
    }
  </style>
</head>

<body>


</body> </html>

Load Froala Editor as a CommonJS Module

Froala Editor is using an UMD module pattern, as a result it has support for CommonJS. The following examples presumes you are using npm to install froala-editor, see Download and install FroalaEditor for more details., (*6)

var FroalaEditor = require('froala-editor');

// Load a plugin.
require('froala-editor/js/plugins/align.min');

// Initialize editor.
new FroalaEditor('#edit');

Load Froala Editor as a transpiled ES6/UMD module

Since Froala Editor supports ES6 (ESM - ECMAScript modules) and UMD (AMD, CommonJS), it can be also loaded as a module with the use of transpilers. E.g. Babel, Typescript. The following examples presumes you are using npm to install froala-editor, see Download and install FroalaEditor for more details., (*7)

import FroalaEditor from 'froala-editor'

// Load a plugin.
import 'froala-editor/js/plugins/align.min.js'

// Initialize editor.
new FroalaEditor('#edit')

For more details on customizing the editor, please check the editor documentation., (*8)

Use with your existing framework

  • Angular JS: https://github.com/froala/angular-froala
  • Angular 2: https://github.com/froala/angular2-froala-wysiwyg
  • Aurelia: https://github.com/froala/aurelia-froala-editor
  • CakePHP: https://github.com/froala/wysiwyg-cake
  • Craft 2 CMS: https://github.com/froala/Craft-Froala-WYSIWYG
  • Craft 3 CMS: https://github.com/froala/Craft-3-Froala-WYSIWYG
  • Django: https://github.com/froala/django-froala-editor
  • Ember: https://github.com/froala/ember-froala-editor
  • Knockout: https://github.com/froala/knockout-froala
  • Meteor: https://github.com/froala/meteor-froala
  • Ruby on Rails: https://github.com/froala/wysiwyg-rails
  • React JS: https://github.com/froala/react-froala-wysiwyg/
  • Reactive: https://github.com/froala/froala-reactive
  • Symfony: https://github.com/froala/KMSFroalaEditorBundle
  • Vue JS: https://github.com/froala/vue-froala-wysiwyg/
  • Yii2: https://github.com/froala/yii2-froala-editor
  • Wordpress: https://github.com/froala/wordpress-froala-wysiwyg

Browser Support

At present, we officially aim to support the last two versions of the following browsers:, (*9)

  • Chrome
  • Edge
  • Firefox
  • Safari
  • Opera
  • Internet Explorer 11
  • Safari iOS
  • Chrome, Firefox and Default Browser Android

Resources

Reporting Issues

We use GitHub Issues as the official bug tracker for the Froala WYSIWYG HTML Editor. Here are some advices for our users that want to report an issue:, (*10)

  1. Make sure that you are using the latest version of the Froala WYSIWYG Editor. The issue that you are about to report may be already fixed in the latest master branch version: https://github.com/froala/froala-wysiwyg/tree/master/js.
  2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed. A JSFiddle is always welcomed, and you can start from this basic one.
  3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.

Technical Support or Questions

If you have questions or need help integrating the editor please contact us instead of opening an issue., (*11)

Licensing

In order to use the Froala Editor you have to purchase one of the following licenses according to your needs. You can find more about that on our website on the pricing plan page., (*12)

The Versions

05/07 2018

dev-master

9999999-dev https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

  Sources   Download

proprietary

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor froala-editor froala-wysiwyg

24/06 2018

v2.8.4

2.8.4.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

  Sources   Download

proprietary

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor froala-editor froala-wysiwyg

21/06 2018

v2.8.3

2.8.3.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

  Sources   Download

proprietary

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor froala-editor froala-wysiwyg

20/06 2018

v2.8.2

2.8.2.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

  Sources   Download

proprietary

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor froala-editor froala-wysiwyg

26/04 2018

v2.8.1

2.8.1.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

  Sources   Download

proprietary

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor froala-editor froala-wysiwyg

13/04 2018

v2.8.0

2.8.0.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

  Sources   Download

proprietary

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor froala-editor froala-wysiwyg

08/03 2018

v2.7.6

2.7.6.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

  Sources   Download

proprietary

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor froala-editor froala-wysiwyg

02/02 2018

v2.7.5

2.7.5.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

  Sources   Download

proprietary

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor froala-editor froala-wysiwyg

31/01 2018

v2.7.4

2.7.4.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

  Sources   Download

proprietary

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor froala-editor froala-wysiwyg

11/12 2017

v2.7.3

2.7.3.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

  Sources   Download

proprietary

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor froala-editor froala-wysiwyg

23/11 2017

v2.7.2

2.7.2.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

  Sources   Download

proprietary

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor froala-editor froala-wysiwyg

25/10 2017

2.7.1

2.7.1.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

  Sources   Download

proprietary

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor froala-editor froala-wysiwyg

19/09 2017

v2.7.0

2.7.0.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

  Sources   Download

proprietary

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor froala-editor froala-wysiwyg

13/09 2017

v2.6.6

2.6.6.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

  Sources   Download

proprietary

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor froala-editor froala-wysiwyg

17/08 2017

v2.6.5

2.6.5.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

  Sources   Download

proprietary

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor froala-editor froala-wysiwyg

21/07 2017

v2.6.4

2.6.4.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

  Sources   Download

proprietary

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor froala-editor froala-wysiwyg

20/07 2017

v2.6.3

2.6.3.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

  Sources   Download

proprietary

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor froala-editor froala-wysiwyg

23/06 2017

v2.6.2

2.6.2.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

  Sources   Download

proprietary

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor froala-editor froala-wysiwyg

25/05 2017

v2.6.1

2.6.1.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

  Sources   Download

proprietary

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor froala-editor froala-wysiwyg

04/05 2017

v2.6.0

2.6.0.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

  Sources   Download

proprietary

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor froala-editor froala-wysiwyg

13/03 2017

v2.5.1

2.5.1.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

  Sources   Download

proprietary

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor froala-editor froala-wysiwyg

27/02 2017

v2.5.0

2.5.0.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

  Sources   Download

proprietary

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor froala-editor froala-wysiwyg

02/02 2017

v2.4.2

2.4.2.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

  Sources   Download

proprietary

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor froala-editor froala-wysiwyg

25/01 2017

v2.4.1

2.4.1.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

  Sources   Download

proprietary

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor froala-editor froala-wysiwyg

09/12 2016

v2.4.0

2.4.0.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

  Sources   Download

proprietary

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor froala-editor froala-wysiwyg

28/11 2016

v2.4.0-rc.1

2.4.0.0-RC1 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

  Sources   Download

proprietary

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor froala-editor froala-wysiwyg

19/10 2016

v2.3.5

2.3.5.0 https://www.froala.com/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

  Sources   Download

proprietary

by Froala Labs

jquery javascript html text editor wysiwyg jquery-plugin froala rte rich editor rich text editor froala-editor froala-wysiwyg