WYSIWYG HTML editor has several advantages over the text-based editors. To start with, you can build a website with WYSIWYG editors even if you don’t know how to code. All you have to do is drag and drop items in the editor and once you are done, just copy the code. However, finding a good open source WYSIWYG HTML editor can be a chore. This is where we come in. Also Read: 50+ Open Source Android Apps When You Want to Ditch Google
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
Cons:
No fancy HTML editing Images only through links
Verdict: Considering its size, Pell makes a compelling package. But let’s be honest, you can only get basic HTML files done with the limited editing options. So, if you are someone looking for a fast and light-weight WYSIWYG editor that’s open source for some very basic work, definitely check out Pell. Get Pell
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
Pros:
Powerful editing environment Intuitive and easy UI Color picker and extensive table editing options
Cons:
Not updated in a few years
Verdict: Being written in JavaScript, OpenWYSIWYG HTML editor open source should work with any other web programming language. If you are looking for something a little more powerful than Pell to incorporate in your web application, this is a great option. Get OpenWYSIWYG
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
Cons:
Pricey Not fully open source
Verdict: TinyMCE with its easy integration option, user-friendly UI and plethora of features, is a complete package. If you just want the most feature-rich WYSIWYG HTML editor open source and are okay with spending some money, TinyMCE is the way to go. Also, they offer a one month free trial for their Pro model which you can always check out. Get TinyMCE Demo
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)
Verdict: Jodit offers the best of both the worlds – easy visual WYSIWYG editor as well as editing raw code. If you are someone who has at least some knowledge in HTML, Jodit might be the best option for you. Get Jodit Playground
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
Cons:
Requires Bootstrap
Verdict: Summernote is probably the most feature-rich but free and open source WYSIWYG HTML editor available in the market and it is constantly improving. If you are working with Bootstrap, then Summernote is a no brainer but even if you aren’t, Summernote deserves to be checked out. Get Summernote Demo
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
Cons:
Not great for mobile hybrid app/website
Verdict: Froala is fast and lightweight with a beautiful UI but still manages to bring all the features one might be looking for in a WYSIWYG HTML editor. If you are okay without the source code and support, the free version will serve you just fine, else you know what to do. Get Froala
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
Cons:
Keep license file
Get CKEditor Honorary mentions: 1. MediumEditor is an open source clone of the inline WYSIWYG editor for Medium.com. It is dead simple, lightweight and comes without any dependencies. Although it is not that powerful, it could function as a great inline editing tool for text or text related documents. 2. Atom’s HTML Preview package allows you to add a preview pane in which you can have a live preview of your HTML code, which can be very helpful for developers. While this is definitely not for beginners, it’s a great package to add to your existing workflow if you already do programming in HTML.
Best WYSIWYG HTML Editor Open Source
While HTML is still the more powerful way of building a website and much more intricate stuff is possible with it, WYSIWYG editors have secured a place of their own. Learning to code requires a lot of investment of time and energy and might not make sense for everyone. If you have prior experience in programming and no time to learn, you can absolutely get away by using a WYSIWYG HTML editor open source. Also Read: 7 Best Open Source Browser for Android (2018)