0xff0000
0xff0000

Reputation: 917

Custom Editor for Website in CodeIgniter

I'm coding my personal website in CodeIgniter, and I wish to integrate a blogging engine as well. Where can I find a WYSIWYG/custom input area which can render markup/HTML, like this one in StackExchange, or even something like the one in Wordpress. Are there any open source WYSIWYG input areas that don't destroy markup and display incorrect HTML?

P.S : Edited to clarify my question

Upvotes: 1

Views: 9233

Answers (3)

KJYe.Name
KJYe.Name

Reputation: 17169

JavaScript Mootools framework has a WYISWYG you might want to check it out: mooeditable

Upvotes: 2

ajreal
ajreal

Reputation: 47321

I disagree WYSIWYG will destroy markup,
it works another way round that fix user broken markup

Example of open-source WYSIWYG editors such as,

Or markup editor like - Jquery MarkitUp

Upvotes: 2

Barkermn01
Barkermn01

Reputation: 6842

Not sure if your on about WYISWYG or Syntax Highlighting xehna WYISWYG -- is a good one that is desinged to build a full HTML site inside it you would need to control the system a little to allows every thing but it can do it

for syntax highlighting like Stack overflow does codemirror.net

Upvotes: 1

Related Questions