Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

FCK Editor Alternatives [closed]

I've been using the FCK Editor for several of my client sites in the past. Recently due to some new browser security updates(I'm assuming) some of the functionality is now breaking.

I was planning on updating those sites to the most recent version, but sometimes I think the FCK is overly complex and tends to confuse my clients more than it helps them out.

What other HTML WYSIWYG (if there is such a thing) are good out there. A few of the items I really like about the FCK that I would want to keep:

  • Drop Down Styles based on CSS
  • Auto Inserted HTML templates
  • Auto Inserted HTML snippets
  • File uploader / browser

Thanks

like image 963
Ryan Smith Avatar asked Dec 12 '08 00:12

Ryan Smith


People also ask

What is alternative for CKEditor?

Other important factors to consider when researching alternatives to CKEditor 5 include content and documents. We have compiled a list of solutions that reviewers voted as the best overall alternatives and competitors to CKEditor 5, including Froala Editor, TinyMCE, Summernote, and Quill.

Which is better CKEditor or TinyMCE?

CKEditor is available under open-source and commercial licenses. TinyMCE is an online rich-text editor released as open-source software. TinyMCE is designed to integrate with JavaScript libraries, Vue. js, and AngularJS as well as content management systems such as Joomla!, and WordPress.

Can I use CKEditor for free?

CKEditor is a rich text editor available through either a free, somewhat restrictive open source license, or paid/free commercial licenses.

Is CKEditor open source?

CKEditor is a highly successful Open Source project, created 16+ years ago. Our community has helped us in many ways and we ❤️ to give back.


1 Answers

Aloha Editor is a modern alternative to TinyMCE and CKEditor. It allows you to have common textbox style WYSIWYG Editor as replacement for textarea, but it also allows you to editing most of the DOM elements directly. This makes real WYSIWYG possible. It supports a lot a fancy new HTML5 and CSS3 functions.

Aloha Editor comes with a repository API, an autocomplete for file/images/other objects and a file/image/other object browser.

http://www.alohaeditor.org/

like image 162
Haymo Meran Avatar answered Sep 22 '22 01:09

Haymo Meran