vote up 0 vote down star
1

I would like to create an editable "textarea" with text highlighting (e.g. different colours, bold) and I am not interested in backward compatibility with old (and meybe current) browsers.

It isn't a code editor, but something similar. So it is really different from CkEditor, because the content should appear formatted to the user, but I don't want to add HTML tags to the text. I only need to change the appearances, not to modify the text!

I read that Bespin uses canvas. Is that the right and most effective solution?

flag

How do you propose extra formatting be applied to text without the formatting being in the text? – strager Sep 20 at 10:44
Canvas is an example... I don't know whether there are simpler alternatives. – collimarco Sep 20 at 10:50

1 Answer

vote up 2 vote down check

There are a few ones which can do this :

link|flag

Your Answer

Get an OpenID
or

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