I'm looking for an existing tool that I can incorporate into a CMS I am designed.

It needs to be able to make bold tags, italic, underline, h1, h2, h3, links etc.

So the user will use something similar to SO and then I'll change it in the process of adding it to the database.

Any suggestions?

Thanks.

link|improve this question

71% accept rate
3  
Use the Google. – Kolink Feb 17 at 16:29
1  
What's wrong with CKEditor and TinyMCE? – biziclop Feb 17 at 16:30
So the user writes in Markdown. You parse it, turn it into HTML and then save it. Right? – Blowski Feb 17 at 16:31
Yeah, is Markdown a decent one? – Luke Feb 17 at 16:37
@Kolink - I wanted suggestions from people with experience of using them, hence the question on here. – Luke Feb 17 at 16:37
show 2 more comments
feedback

closed as not constructive by Michael Petrotta, Gabi Purcaru, DisgruntledGoat, Lazarus, Quentin Feb 17 at 16:48

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

Something like TinyMCE should do the trick. It will allow for all of your basic text formatting. It's used just about everywhere, and I've found it extremely easy to implement.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.