Syosset / syosset

🖥️ The official website of Syosset High School from 2017-2019, powered by Rails 5.
https://web.archive.org/web/20190414065933/https://syosseths.com/
MIT License
9 stars 2 forks source link

Find a new Markdown editor #135

Open kailan opened 6 years ago

kailan commented 6 years ago

SimpleMDE is deprecated according to the author, and hasn't been updated in 2 years. FontAwesome 5 has caused it to break and we need to find a maintained alternative.

kailan commented 6 years ago

Possible solution: https://github.com/nhnent/tui.editor

neiljohari commented 5 years ago

Another possible solution is to hold off until Rails 6 (expected RC1 by March 1 and final release by April 30) for Action Text. We could even possibly try to install the framework early without Rails 6.

A concern with this idea though is that it is automatically configured to use Active Storage for attachments, not sure if we can change that to mongoid-paperclip.