Sha256: 4fa9d16a900ad9f4f7b3dd53383ef943c6dca865d1938cc3c028f630e78b557d

Contents?: true

Size: 1.16 KB

Versions: 38

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://edgeguides.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

38 entries across 36 versions & 4 rubygems

Version Path
actiontext-7.0.4.3 README.md
actiontext-7.0.4.2 README.md
actiontext-7.0.4.1 README.md
actiontext-7.0.4 README.md
actiontext-7.0.3.1 README.md
actiontext-7.0.3 README.md
actiontext-7.0.2.4 README.md
actiontext-7.0.2.3 README.md
actiontext-7.0.2.2 README.md
actiontext-7.0.2.1 README.md
actiontext-7.0.2 README.md
actiontext-7.0.1 README.md
actiontext-7.0.0 README.md
actiontext-7.0.0.rc3 README.md
actiontext-7.0.0.rc2 README.md
actiontext-7.0.0.rc1 README.md
actiontext-7.0.0.alpha2 README.md
actiontext-7.0.0.alpha1 README.md