Rich text editing

Hi people, i just finished my first weblog, with comments, auth and
admin zone(yay!) so i was looking for a way to make a rich text editor
zone for the posts, right now im using textilize() and
html tags to
format the text and breaklines so hope some one can give a reference in
how to achieve that.

Already told you that this rails stuff its amazing :slight_smile:

TinyMCE is another option – it’s fairly straightforward to integrate…

Hi !

2006/4/25, Ana B. [email protected]:

Hi people, i just finished my first weblog, with comments, auth and
admin zone(yay!) so i was looking for a way to make a rich text editor
zone for the posts, right now im using textilize() and
html tags to
format the text and breaklines so hope some one can give a reference in
how to achieve that.

Look into integrating FCKEditor. I did it and it works great. One
caveat - FCKEditor won’t work if the view is XHTML compliant. I had
to use the Strict HTML DTD instead of the Strict XHTML DTD.

Bye !