up vote 0 down vote favorite
1
share [g+] share [fb]

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?

link|improve this question

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

1 Answer

up vote 3 down vote accepted

There are a few ones which can do this :

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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