Tagged Questions
1
vote
1answer
3k views
WYSIWYG editor for Rails with Paperclip Integration
I'm looking for a way of integrating a WYSIWYG editor into my rails app so it will use Paperclip for Image / File uploads.
What I want is this: User can use a WYSIWYG field to create some rich text. ...