trix icon indicating copy to clipboard operation
trix copied to clipboard

Easily drop the Trix WYSIWYG editor into your Ruby on Rails application.

Results 7 trix issues
Sort by recently updated
recently updated
newest added

**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** ![bulleted-list-not-showing](https://user-images.githubusercontent.com/26439446/87342478-af11e680-c521-11ea-8dd6-7035070f9e7d.png) ![bulleted-numbered-list-dont-appear](https://user-images.githubusercontent.com/26439446/87342486-b1744080-c521-11ea-8f3c-66d55a88bfb7.png) ![numbered-bulleted-will-appear-on-results](https://user-images.githubusercontent.com/26439446/87342492-b33e0400-c521-11ea-8fce-6136b699dbd0.png) **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.