Best WYSIWYG HTML Editor Open Source
1. Pell
Pell is probably the smallest and simplest WYSIWYG editor that you will ever come across. It is literally 1.38 kb in size! It offers all the basic functionalities and formats like headings, bold, italic, lists, quotes, links, and images. Other available actions include indentation, superscripts, subscripts, and font name and size. After you are done writing and formatting with Pell, it will output the whole HTML code which you can then simply copy and paste on your website or page and you’re good to go.
Pros:
- Smallest and lightest WYSIWYG
- No dependencies
- Easily customizable
- No fancy HTML editing
- Images only through links
2. OpenWYSIWYG
OpenWYSIWYG is a cross-browser rich-text HTML editor coded entirely in JavaScript. By just copy-pasting a few lines of code, you can turn any <textarea> into OpenWYSIWYG’s robust WYSIWYG HTML editor. The UI and editing options with the drop-down menus are very similar to that of any text editor and you will feel right at home. Apart from all the basic formatting options, OpenWYSIWYG boasts of an enhanced color picker with 216 web colors to choose from and a powerful table formatting tool with every option you could think of. Another great thing about OpenWYSIWYG is that along with all the visual options, you can still view raw HTML code and make adjustments directly in the code. Useful for when you want to learn or refresh your coding skills.
Pros:
- Powerful editing environment
- Intuitive and easy UI
- Color picker and extensive table editing options
- Not updated in a few years
3. TinyMCE (Community Edition)
The next open source HTML WYSIWYG editor on our list is TinyMCE. It is also completely written in JavaScript and offers a UI and experience like most word processors. That makes it more user-friendly. TinyMCE is not free, but the Community Edition being the free and open-source one. It comes with all the basic editing options like formatting text, lists, tables and also some image editing options. The developers have kept the pricing of the premium models according to the number of users. Some of the premium features include Google Drive and Microsoft Azure support, extensions, spell and link checker, and technical support.
Pros:
- Extension support
- File management
- Technical support
- IDE-style code editor for HTML
- Pricey
- Not fully open source
4. Jodit
Jodit is another fast and lightweight WYSIWYG HTML editor open source editor that you can embed in your code and start editing your page. It is quite light at around 100 KB in size and has been written completely in TypeScript. That's why you don’t need any dependencies or libraries to run it. It comes with a drag-n-drop interface for the image too. You can also attach YouTube or Vimeo videos via a link or embed them. The best thing I like about Jodit is that it comes with an ACE editor out of the box and with a single button, you can switch between the actual code and the preview mode.
Pros:
- Lightweight, no libraries
- Drag-n-drop
- ACE editor out of the box
- Technical support (Paid)
5. Summernote
Summernote is a super simple WYSIWYG editor open source built on jQuery and based on Bootstrap. Since it supports Bootstrap, you can use all the supported styles and themes on your editor from Bootswatch. The WYSIWYG HTML editor open source itself has a very clean and minimal UI and you can even edit out or add formatting options according to your need. With Summernote’s Air-mode, you can hide the whole toolbar and edit your document on the fly. Convenient. It can also automatically convert all images to base64, so you do not have to do image handling at all. To me, the best part about Summernote is the hardworking team of developers behind it who are always listening to the community and adding new features. Examples include support for plugins and a lite or vanilla version of Summernote which doesn’t require Bootstrap.
Pros:
- Minimum learning curve
- Air Mode for on the fly editing
- Supports Bootstrap 3.x.x to 4.x.x
- View and edit in HTML
- Requires Bootstrap
6. Froala
Froala is a beautiful WYSIWYG HTML editor open source written in JavaScript. It is one of the more popular tools on this list and its popularity with developers can be attributed to its easy integration and clean design. Froala is a very powerful editor in itself and the wide myriad of plugins have only increased the same. Some of them include an advanced image editor, emoticons, spell checker, and it’s easy to even create your own plugin. All the tools can also be accessed with the inline editor which is extremely convenient. Like TinyMCE, Froala is available in a lot of flavors, but even the free version packs plenty of punch. The only difference is that you won’t be getting the full source code and technical support.
Pros:
- Lightweight powerful editor
- Inline editing
- Plethora of plugins
- Not great for mobile hybrid app/website
7. CKEditor
CKEditor is extremely popular with users for being a beautifully designed WYSIWYG HTML editor open source. It comes with over 21k tests to help you learn HTML in a friendly layout. Detailed documentation is there to help you further hone your skills. Some of the biggest names in the tech industry trust it. Note that you will have to keep the copyright notices in each file intact and not delete the LICENSE.md file located in the CKEditor installation folder. That's not a drawback, especially when you are getting so much value in return. There is support for plugins, @mention, emojis, legacy browsers, and even autocomplete which can save a lot of time.
Pros:
- Detailed documentation, tests, questions
- Collaborate and @mention
- Autocomplete
- Keep license file
Published: December 30, 2019