Atulin / wysiwyg

WYSIWYG editor in vanilla JS
GNU Lesser General Public License v3.0
4 stars 1 forks source link

WYSIWYG editor

I was looking for a good editor for my CMS/blog/thing for quite some time. I tried TinyMCE, CKEditor, and many, many more.

None happened to suit my needs. They were all either unnecessarily heavy, too complex to set up properly (hello TinyMCE and 200 lines of config!), or looked like they were made in 1995.

So I took it upon myself to use my close-to-nonexistent Javascript skills, some SASS, some HTML and make something of my own, based on contenteditable div.

And here it is, the result of an evening and a half of work.Open source under LGPL 3.0 license.

DEMO HERE


Functionality included:

File sizes


Build guide