Rhino

The wonderful Rhino Editor built by Konnor Rogers is available and fully integrated with Avo.
ruby
field :body, as: :rhino
INFO
Add this line to your application's Gemfile
:
ruby
gem "avo-rhino_field"
Rhino is based on TipTap which is a powerful and flexible WYSIWYG editor.
It supports ActiveStorage file attachments, ActionText, and seamlessly integrates with the Media Library.
Options
-> always_show
By default, the content of the field is not visible on the Show
view; instead, it's hidden under a Show Content
link that, when clicked, displays the content. You can set it to display the content by setting always_show
to true
.
Default
false
Possible values
true
, false
Contributing
You can contribute to the Rhino editor by visiting the GitHub repository.