quilljs-rails icon indicating copy to clipboard operation
quilljs-rails copied to clipboard

Easy integration of Quill rich editor with most Rails forms.

Results 2 quilljs-rails issues
Sort by recently updated
recently updated
newest added

I'm using Cocoon to create a nested form. Cocoon offers the following method when the div is added to the DOM: `cocoon:after-insert` How might I initialise Quill on a textarea...

My ruby code consists of the following: ` ` First of all, the autofocus doesn't work, although that's a minor issue. The bigger issue is that the text is not...