README.md 766 字节
Newer Older
G
George Claghorn 已提交
1 2
# Action Text

3
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.
G
George Claghorn 已提交
4

5
You can read more about Action Text in the [Action Text Overview](https://edgeguides.rubyonrails.org/action_text_overview.html) guide.
G
George Claghorn 已提交
6 7 8 9

## License

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