vote up 2 vote down star
2

Hi,

I'm trying to find an editor (or some simple JavaScript - preferably jQuery) that will allow me to edit the contents of a textarea.

I don't want it to be rich text or WYSIWYG; I just want to be able to select a bit of text, click a button/link and have some simple HTML tags that I define put either side of the highlighted text. I also want to be able to insert empty tags at the cursor if no text is selected in the textarea. Essentially, what I'm looking for is similar to the Stack Overflow text editor, but for custom HTML, not Markdown.

What options are there that I could use?

Thanks in advance.

flag

4 Answers

vote up 1 vote down check

Would something like this fit the bill? I think it just uses document.selection to identify where to insert the markup.

link|flag
vote up 2 vote down

BUEditor is a passing slick editor for what you describe. It was built for use with Drupal but the instructions for non-Drupal usage seem fairly clear.

link|flag
Nice one. Thanks for the link. – Toytown Mafia Nov 18 '08 at 8:55
vote up 0 vote down

I've made the one I created for my CMS freely available Byrst XHTML Editor

link|flag
vote up 2 vote down

Take a look at Markitup - it's a jQuery-based text-only markup editor which is quite customisable.

link|flag

Your Answer

Get an OpenID
or

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