Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A WYSIWYG editor for only bold italic and list [closed]

I was wondering if anyone had any advice on a cross browser WYSIWYG editor for producing only lsits, bold and italic. I don't want to use markdown because my users are not very computer friendly, and I also don't need them to have many controls.

My experience of WYSIWYG editors is that they are huge sledgehammers and I only want to crack open a small nut.

Any input would be much appreciated.

like image 672
J.Zil Avatar asked Jul 11 '13 12:07

J.Zil


People also ask

What is a WYSIWYG Markdown editor?

WYSIWYG (What You See is What You Get) editor. Markdown editor lets writers use Markdown syntax and HTML to customize articles. WYSIWYG editor uses Rich Text formatting and includes an extensive formatting toolbar, however you cannot use custom code in articles.

What is the Wysiwyg HTML editor?

WYSIWYG (pronounced wiz-ee-wig) is a type of editing software that allows users to see and edit content in a form that appears as it would when displayed on an interface, webpage, slide presentation or printed document. WYSIWYG is an acronym for "what you see is what you get."

Is WYSIWYG a text editor?

WYSIWYG is a content editing tool. In WYSIWYG editors the edited content whether text or graphics, appears in a form close to a final product. So instead of manually writing source code, you deal with a convenient rich text editor in which you manipulate design elements.


2 Answers

UPDATE 11/11/2015:

The Wysihtml editor mentioned below now lives here: https://github.com/Voog/wysihtml

And since I mentioned Basecamp, they have a new rich text editor (written for Basecamp 3): https://github.com/basecamp/trix

Trix targets modern browsers (IE11+), so if you need older IE support, Wysihtml may still be a better choice.


OLD 7/11/2013:

This seems to be a reasonably modern one: https://github.com/xing/wysihtml5

I believe it's used on Basecamp.

Supported in IE8+, FF 3.5+, Safari 4+, Safari on iOS 5+, Opera 11+ and Chrome.

Simple Demo

Advanced Demo

like image 87
Taylor Campbell Avatar answered Sep 22 '22 23:09

Taylor Campbell


Froala editor http://editor.froala.com is a very good choice. You can customize what buttons to use.

Works on all major browsers and on mobile too.

like image 41
Stefan Avatar answered Sep 25 '22 23:09

Stefan