jQuery Plugin for HTML Editor with Syntax Coloring

后端 未结 5 1148
野性不改
野性不改 2021-01-30 14:55

I\'m looking for a jQuery Plugin that will display a textarea for HTML authoring & editing.

The things I\'m looking for:

  1. Must support authoring the H
5条回答
  •  不要未来只要你来
    2021-01-30 15:24

    I also used Codemirror at kodingen.com now it is koding.com, Codemirror is very well written, you can get the source code and change it to your needs.

    But you can also check amyeditor it's also very advanced and it supports more languages than codemirror does. You can get its source code from github too.

    hope it helps...

提交回复
热议问题