9

I would make to make a small WYSIWYG editor similar to the one used by StackOverflow. Basically, it would have buttons like [quote], and when that button is clicked, [quote] [/quote] should be inserted in the textarea where the cursor is or at the end of all other text. If the [quote][/quote] could be highlighted in some way that would be even more excellent, but its not required.

Is there any WYSIWYG editor already available where you can add custom buttons, with custom text being added to the textbox as a result?

9

There's a good list of ten of the top ones on this blog.

1
  • Thanks, I used Jquery MarkItUp from that list, it allows custom buttons to be added with custom output. Very cool! – Ali Mar 25 '10 at 22:23
5

Why not using WMD Editor (the one used by stackoverflow) and configure its available buttons?

1

TinyMCE Works well for me.

1

Sure, use the one stackoverflow does.

1

Stack Overflow uses Markdown for formatting. Because Markdown is significantly simpler to generate and deal with than HTML, I'd imagine there are lots of good choices. This one seems to match all the functionality of the one used by Stack Overflow, perhaps it's the same one!

If you're looking for something non-Markdown, then TinyMCE or CKEditor might be what you want.

2
  • Not sure Jeff is that big a fan - codinghorror.com/blog/2009/12/… – Dan Diplo Mar 25 '10 at 21:17
  • I have discovered that based on the other answers posted besides mine :) It also looks awesome, and I think I will be integrating it into everything quite soon... – bcherry Mar 25 '10 at 21:22
-1

You can use Microsoft Expression Web, it is free and comes in a bundle pack with other expression applications. It has worked for me very well and I haven't had a problem with it. Also W3Schools is a great source for Tutorials on code and such.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

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