JavaScript code editor

I need to load the HTML / CSS / JavaScript JavaScript editor (I prefer jQuery plugins) for my CMS. I do not need a WYSIWYG editor. I need an editor where you can see HTML / CSS / JavaScript. I just thought there was a plugin for this, because implementing my own work would be very difficult.

+3
source share
3 answers

Both markItUp and CodeMirror may suit you.

+5
source

markitup is a great jQuery-based markup editor with html support.

+1
source

, /, - CuteEditor ( ) FCKEditor ( , , ). , , .

FCKeditor - ckeditor (dot) com /

CuteEditor - http://cutesoft.net/ASP.NET%2BWYSIWYG%2BEditor/

0
source

Source: https://habr.com/ru/post/1780933/


All Articles