fromthepage
fromthepage copied to clipboard
Support images and WYSIWYG editing in the project owner footer
With the upgrade to rails6, we may get this "for free" with the WYSIWYG editor that comes with it. Worth investigating.
This would be wonderful to have.
Resources:
- https://edgeguides.rubyonrails.org/action_text_overview.html
- https://trix-editor.org/
Example use cases:
- https://content.fromthepage.com/project-owner-documentation/footer/
- https://content.fromthepage.com/project-owner-documentation/writing-transcription-conventions-the-project-help-page/
Please also open new issues for Transcription Conventions, Collection Help, Subject Linking Help, Collection Description, User About text, and Translation Instructions (which may be at the Work Settings level).
It seems like Action Text is meant to work with Webpacker, not Sprockets (which we use). It might still be possible to implement Action Text, but it won't be as simple as we originally thought.
References: https://github.com/rails/rails/issues/35845#issuecomment-484533495 https://github.com/rails/rails/issues/41221 https://discuss.rubyonrails.org/t/how-to-use-action-text-without-webpack/77520/2