Reputation: 917
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
Reputation: 17169
JavaScript Mootools framework has a WYISWYG you might want to check it out: mooeditable
Upvotes: 2
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
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