You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docuseal/vendor/bundle/ruby/4.0.0/gems/actiontext-8.1.3
Wabo 5282ea43fe
Apply WaboSign rebrand sweep to upstream 3.0.1
4 weeks ago
..
app Apply WaboSign rebrand sweep to upstream 3.0.1 4 weeks ago
db/migrate Apply WaboSign rebrand sweep to upstream 3.0.1 4 weeks ago
lib Apply WaboSign rebrand sweep to upstream 3.0.1 4 weeks ago
CHANGELOG.md Apply WaboSign rebrand sweep to upstream 3.0.1 4 weeks ago
MIT-LICENSE Apply WaboSign rebrand sweep to upstream 3.0.1 4 weeks ago
README.md Apply WaboSign rebrand sweep to upstream 3.0.1 4 weeks ago
package.json Apply WaboSign rebrand sweep to upstream 3.0.1 4 weeks ago

README.md

Action Text

Action Text brings rich text content and editing to \Rails. It includes the Trix editor 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 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.