HTML editor made in HTML

Asked

Viewed 646 times

1

I need an HTML editor, like this one http://www.quackit.com/html/online-html-editor/full/ to change between visual mode and HTML mode.

The problem is that I google, I search for ready-made codes and I can’t find any code or tutorial on how to do the same.

The plugin needs to change between visual mode and HTML and visual mode can be edited. (As in the link example).

Anyone know any tools ready for HTML editing? Remembering that it has to be done in HTML as I will put the editor online.

If you know, post HTML and Javascript code from a simple editor or link to it.

  • These plugins are Jquery Felipe.

  • @Marconi is unfeasible to do something from scratch in Jquery, it takes a lot of time. It is better to get some already ready.

  • Yes, this is what I do. I use the scEditor, for me the most simple and beautiful.

1 answer

3


Ckeditor ? http://ckeditor.com/

Maybe it’ll work for you.

But the one you posted isn’t just clicking on the option Source of the editor ?

  • This one I posted is online, I needed to put in my system even (online logo is not valid, because I will work with forms). This ckeditor I tested it, it works but the css does not work properly. The online has a better formatting. But if I don’t find any better I’ll be forced to use Ckeditor anyway. If you can help me find some with a better formatting I appreciate.

  • Oloco. http://jhollingworth.github.io/bootstrap-wysihtml5/

  • This in bootstrap is very good, but it is necessary to give support to post the HTML, because the person will put the html template and format visually.

  • I found this, it looks good. I just didn’t quite understand how to use it since it doesn’t have an HTML example after it downloads. I believe I will have to go to the manual. http://www.tinymce.com/tryit/full.php

Browser other questions tagged

You are not signed in. Login or sign up in order to post.