fromthepage icon indicating copy to clipboard operation
fromthepage copied to clipboard

Support images and WYSIWYG editing in the project owner footer

Open saracarl opened this issue 4 years ago • 3 comments

With the upgrade to rails6, we may get this "for free" with the WYSIWYG editor that comes with it. Worth investigating.

saracarl avatar Jul 27 '20 16:07 saracarl

This would be wonderful to have.

ThomBurns avatar Sep 02 '20 18:09 ThomBurns

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).

benwbrum avatar Jul 31 '23 16:07 benwbrum

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

sylvieed avatar Oct 01 '23 20:10 sylvieed