trix icon indicating copy to clipboard operation
trix copied to clipboard

A rich text editor for everyday writing

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

**EDIT**: if you are using Trix 2.0+ read the tutorial but instead of using this stimulus_controller, please use the stimulus_controller here: https://github.com/basecamp/trix/issues/985#issuecomment-1307422240 After a good time of reading issues and...

If we allow our users to add variables inside the Trix field, like this: ``` {{some_variable}} ``` That could map to something like `@user.first_name` How can we replace the Trix...

I was wondering if anyone had any experience with using data produced from a Trix field to be uses as the content of an HTML email. Since, styling and dom...

is it possible to have a single toolbar control multiple instances on a single document? if so, how?

I'd like to add support for hyperlinking inline images. It appears this isn't supported out of the box, and when I try to create some custom code that wraps the...

Reading through lots of history, I came across https://github.com/basecamp/trix/issues/561 anyone find a workaround to add a click through link for images using Trix/ActionText?

If the package is accidentally imported a second time, the Custom Element registrations will raise an exception like: ``` NotSupportedError: Cannot define multiple custom elements with the same tag name...

Starting from imported HTML that contains footnotes (anchor links within the document), any attempt to edit the document causes the IDs to be stripped from the page elements that have...

Rather than uploading images, I would like to have a way to add inline IMG tags to the HTML. Ideally, the "attach" button would prompt for a URL instead of...

The readme section for explaining how to load saved editor state had an incorrect method signature which caused it to throw an error when loading state as per the readme...