fuseumass / dashboard

Dashboard makes it easy to manage a hackathon.
https://platform.hackumass.com
Apache License 2.0
43 stars 24 forks source link

Adding a WYSIWYG to email view #177

Open abochnak opened 4 years ago

abochnak commented 4 years ago

Add a TinyMCE(https://github.com/spohlenz/tinymce-rails) or WYSIWYG editor in the email editing page. This will require installation of a gem.

harsh183 commented 4 years ago

The newest version of Ruby on Rails (v6) has it's own built in editor that might be worth taking a look at https://blog.saeloun.com/2019/10/01/rails-6-action-text.html.