Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for wordpress like visual editor [closed]

Does anyone know of a script like the wordpress like visual editor!

So basically I want to give users the option to just write and adjust the font color size ... within a visual editor but also give them the option to see how it looks in the sourcecode!

Thanks for your answers

like image 753
Jimbo Mombasa Avatar asked Feb 25 '12 11:02

Jimbo Mombasa


People also ask

What happened to WordPress editor?

The reason for it is the new visual builder called Gutenberg. This new feature provides the ability to blog or the site copy writer to use a nice visual layout to build exquisite designs without having coding knowledge.

Where is the WordPress visual editor?

This is the default editing mode for WordPress, but if it does not appear to be enabled, you can select the Visual tab in the top right corner of the editor area, as depicted below.

How do I get to the old WordPress editor?

Simply go to the Settings » Writing page in your WordPress admin area. You will see the option to do this under “Classic editor settings”. Don't forget to click on the save changes button to store your settings. You will now be able to see a new link under the Posts menu to create new posts using the classic editor.


2 Answers

Try out http://ckeditor.com

1.CKEditor is a text editor to be used inside web pages. It's a WYSIWYG editor, which means that the text being edited on it looks as similar as possible to the results users have when publishing it. It brings to the web common editing features found on desktop editing applications like Microsoft Word and OpenOffice.

2.Because CKEditor is licensed under flexible Open Source and commercial licenses, you'll be able to integrate and use it inside any kind of application. This is the ideal editor for developers, created to provide easy and powerful solutions to their users.

like image 91
Milap Avatar answered Sep 30 '22 20:09

Milap


Take a look at TinyMCE.

TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL by Moxiecode Systems AB.

TinyMCE has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances. TinyMCE is very easy to integrate into other Content Management Systems.

You can also customize it to the functionality you need.

like image 42
Sarfraz Avatar answered Sep 30 '22 19:09

Sarfraz