You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use this gem for a text editor. In the view of the text, the page is not looking good because all the lines are being rendered as one line, instead of paragraph blocks.
(Screen shots of text inside the editor going... and going... and going....)
I looked up configurations for CKEditor and CodeMirror, but I still am not sure how to configure rich settings to do that. I want to either turn off codemirror plugin (most idea), or have the lines render break into new line within defined textarea width. Can I make configuration changes to CKEditor/Codemirror for this particular feature?
I am trying to use this gem for a text editor. In the view of the text, the page is not looking good because all the lines are being rendered as one line, instead of paragraph blocks.
(Screen shots of text inside the editor going... and going... and going....)
I looked up configurations for CKEditor and CodeMirror, but I still am not sure how to configure rich settings to do that. I want to either turn off codemirror plugin (most idea), or have the lines render break into new line within defined textarea width. Can I make configuration changes to CKEditor/Codemirror for this particular feature?