trix
trix copied to clipboard
Easily drop the Trix WYSIWYG editor into your Ruby on Rails application.
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
**Describe the bug** While editing, bulleted, and numbered lists will not show the bullets nor the numbers; they will be inserted. **Screenshots or Video**    **Environment (please complete...
**Describe the bug** Namespaced input id is not taken into account when generating editor, thus no content is displayed into trix editor. **To Reproduce** ``` ``` **Expected behavior** Input gets...
**Describe the bug** When using creating nested fields in simple form the id of the generated field does not match that of the input on the trix-editor e.g. model1_model2_attributes_field for...
It'd be nice to use this library with [Webpacker](https://github.com/rails/webpacker) in addition to the asset pipeline.
**Issue** When trying to implement CSP(content security policy) in Rails 5.2 Trix editor breaks. can anyone help here with how to fix it? Code added in `application.rb` ``` config.content_security_policy do...
I would like to see text-align-left (default), text-align-center and text-align-right added to this terrific editor.