ruby on rails: text filed formatting

后端 未结 2 616
离开以前
离开以前 2021-01-16 13:38

I tried to copy and past from Word document to text field using Ruby on Rails.

But all formatting( spaces, bold and other) are disappeared on text filed.

I

2条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-16 14:12

    I've solved this problem by implementing SKEditor. There is a lot of tutorial how to implement this editor. I (as a lot of other users) have problem that my text wasn't formatted because this editor is not compatible with turbo links. So, I disable turbo links in some files, and as result I have the text formatted.

提交回复
热议问题