Sha256: aa121a3d665020a26629632783fc8d9357acf01eb72ed4e100899cd2e8fe62fe

Contents?: true

Size: 1.16 KB

Versions: 39

Compression:

Stored size: 1.16 KB

Contents

# Action Text

Action Text brings rich text content and editing to \Rails. It includes the [Trix editor](https://trix-editor.org) that handles everything from formatting to links to quotes to lists to embedded images and galleries. The rich text content generated by the Trix editor is saved in its own RichText model that's associated with any existing Active Record model in the application. Any embedded images (or other attachments) are automatically stored using Active Storage and associated with the included RichText model.

You can read more about Action Text in the [Action Text Overview](https://guides.rubyonrails.org/action_text_overview.html) guide.

## Development

The JavaScript for Action Text is distributed both as a npm module under @rails/actiontext and via the asset pipeline as actiontext.js (and we mirror Trix as trix.js). To ensure that the latter remains in sync, you must run `yarn build` and checkin the artifacts whenever the JavaScript source or the Trix dependency is bumped. CSS changes must be brought over manually to app/assets/stylesheets/trix.css

## License

Action Text is released under the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

39 entries across 39 versions & 5 rubygems

Version Path
minato_ruby_api_client-0.2.2 vendor/bundle/ruby/3.2.0/gems/actiontext-7.1.3.4/README.md
actiontext-8.0.1 README.md
actiontext-8.0.0.1 README.md
actiontext-7.2.2.1 README.md
actiontext-7.1.5.1 README.md
actiontext-8.0.0 README.md
actiontext-7.2.2 README.md
actiontext-7.1.5 README.md
actiontext-8.0.0.rc2 README.md
actiontext-7.2.1.2 README.md
actiontext-7.1.4.2 README.md
actiontext-8.0.0.rc1 README.md
actiontext-7.2.1.1 README.md
actiontext-7.1.4.1 README.md
actiontext-8.0.0.beta1 README.md
omg-actiontext-8.0.0.alpha9 README.md
omg-actiontext-8.0.0.alpha8 README.md
omg-actiontext-8.0.0.alpha7 README.md
omg-actiontext-8.0.0.alpha4 README.md
omg-actiontext-8.0.0.alpha3 README.md