Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can you suggest a Non-HTML WYSIWYG web editor?

I am scouting the market for a good WYSIWYG editor. My users are going to write stuff just like I'm doing now on Stack Overflow, but they aren't as tech-savvy as the SO users, so I need a WYSIWYG editor instead of this Markdown editor.

Feature-wise, I'd like the editor to have approximately the same features as the buttons that this editor has, i.e. bold/italic/links/quotes/lists(numbered/bulleted)/headings. More features are of course interesting.

I'd like the editor not to save in HTML, but instead use some other format, like BBCode or Markdown. This is since I want to minimize the probability of our users injecting scripts or any other nastiness into our database.

There is a lot of different WYSIWYG editors out there, like FCKeditor, TinyMCE etc etc, but unfortunately most of them save in HTML.

TinyMCE has a BBCode mode, though, but I read that TinyMCE is kind of bloated. I stumbled upon a Markdown WYSIWYG project which seems to be more or less dead.

Do you have any other recommendations?

It's a plus if the editor is built on jQuery.

like image 623
Thomas Lundström Avatar asked Mar 25 '09 14:03

Thomas Lundström


People also ask

Is WYSIWYG a HTML editor?

WYSIWYG Web Builder is an easy to use and highly responsive tool. It is one of the best HTML editor which allows you to browse thousands of free-to-use, high-quality images.

What is an example of WYSIWYG HTML editor?

What is a WYSIWYG HTML editor? A HyperText Markup Language (HTML) WYSIWYG editor, such as Adobe Dreamweaver CC or a free WYSIWYG HTML editor like Froala Editor, conceals the markup and allows the developer to think in terms of how the content should appear.

What is a WYSIWYG editor and why should we learn HTML without them?

First of all, a wysiwyg editor is an illustrative editor for those who want to make Web pages quickly and effectively without needing knowledge in HTML. Well first of all, they aren't that effective at all, all editors alike are restricted to what it can do – wysiwyg editors don't have every feature built in.


1 Answers

You should check out MarkItUp (http://markitup.jaysalvat.com/home/). It is built on jQuery and has support for various markup syntaxes (Markdown, wiki, BBcode, etc). Also, I believe it is fairly lightweight (at least more so than tinyMCE or FCKeditor).

like image 97
bkildow Avatar answered Sep 22 '22 03:09

bkildow